PaymentRequestChangedArgs.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.
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.