PaymentItem.Amount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The 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
Property Value
Gets or sets the amount.