PaymentShippingOption.Amount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Montant.
public:
property PaymentCurrencyAmount ^ Amount { PaymentCurrencyAmount ^ get(); void set(PaymentCurrencyAmount ^ value); };
PaymentCurrencyAmount Amount();
void Amount(PaymentCurrencyAmount value);
public PaymentCurrencyAmount Amount { get; set; }
var paymentCurrencyAmount = paymentShippingOption.amount;
paymentShippingOption.amount = paymentCurrencyAmount;
Public Property Amount As PaymentCurrencyAmount
Valeur de propriété
Obtient ou définit le montant.