Condividi tramite


PaymentTransaction.UpdateShippingAddressAsync(PaymentAddress) Metodo

Definizione

Aggiornamenti l'indirizzo di spedizione.

public:
 virtual IAsyncOperation<PaymentRequestChangedResult ^> ^ UpdateShippingAddressAsync(PaymentAddress ^ shippingAddress) = UpdateShippingAddressAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PaymentRequestChangedResult> UpdateShippingAddressAsync(PaymentAddress const& shippingAddress);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PaymentRequestChangedResult> UpdateShippingAddressAsync(PaymentAddress shippingAddress);
function updateShippingAddressAsync(shippingAddress)
Public Function UpdateShippingAddressAsync (shippingAddress As PaymentAddress) As IAsyncOperation(Of PaymentRequestChangedResult)

Parametri

shippingAddress
PaymentAddress

Indirizzo di spedizione.

Restituisce

Restituisce un'operazione asincrona che viene completata con un oggetto PaymentRequestChangedResult.

Attributi

Si applica a