Share via


PaymentRequestChangedArgs.ShippingAddress Property

Definition

The shipping address. This will be non-null if ChangeKind is set to PaymentRequestChangeKind.ShippingAddress.

public:
 property PaymentAddress ^ ShippingAddress { PaymentAddress ^ get(); };
PaymentAddress ShippingAddress();
public PaymentAddress ShippingAddress { get; }
var paymentAddress = paymentRequestChangedArgs.shippingAddress;
Public ReadOnly Property ShippingAddress As PaymentAddress

Property Value

Gets the ShippingAddress.

Applies to