Share via


PaymentResponse.ShippingOption Property

Definition

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.

Applies to