共用方式為


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

屬性值

取得或設定金額。

適用於