PaymentResponse.ShippingOption 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 shippingOption will be the id attribute of the selected shipping option.
public string ShippingOption { get; set; }
member this.ShippingOption : string with get, set
Public Property ShippingOption As String
Property Value
The shipping option ID.