次の方法で共有


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 を取得または設定します。

適用対象