Поделиться через


PaymentShippingOption.Amount Свойство

Определение

Сумма.

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

Значение свойства

Возвращает или задает значение Amount.

Применяется к