Condividi tramite


PaymentShippingOption.Amount Proprietà

Definizione

Importo.

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

Valore della proprietà

Ottiene o imposta l'oggetto Amount.

Si applica a