PaymentResponse.ShippingAddress Property

Definition

Gets or sets if the requestShipping flag was set to true in the PaymentOptions passed to the PaymentRequest constructor, then shippingAddress will be the full and final shipping address chosen by the user.

public Microsoft.Bot.Schema.PaymentAddress ShippingAddress { get; set; }
member this.ShippingAddress : Microsoft.Bot.Schema.PaymentAddress with get, set
Public Property ShippingAddress As PaymentAddress

Property Value

The final shipping address chosen by the user.

Applies to