PaymentResponse.ShippingAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.