PaymentShippingOption.Amount Property

Definition

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 = paymentShippingOption.amount;
paymentShippingOption.amount = paymentCurrencyAmount;
Public Property Amount As PaymentCurrencyAmount

Property Value

Gets or sets the Amount.

Applies to