次の方法で共有


PaymentItem.Amount プロパティ

定義

金額。

public:
 property PaymentCurrencyAmount ^ Amount { PaymentCurrencyAmount ^ get(); void set(PaymentCurrencyAmount ^ value); };
PaymentCurrencyAmount Amount();

void Amount(PaymentCurrencyAmount value);
public PaymentCurrencyAmount Amount { get; set; }
var paymentCurrencyAmount = paymentItem.amount;
paymentItem.amount = paymentCurrencyAmount;
Public Property Amount As PaymentCurrencyAmount

プロパティ値

金額を取得または設定します。

適用対象