Share via


PaymentDetails.Total Property

Definition

This is the total cost of the transaction.

public:
 property PaymentItem ^ Total { PaymentItem ^ get(); void set(PaymentItem ^ value); };
PaymentItem Total();

void Total(PaymentItem value);
public PaymentItem Total { get; set; }
var paymentItem = paymentDetails.total;
paymentDetails.total = paymentItem;
Public Property Total As PaymentItem

Property Value

Gets or sets the Total.

Remarks

Apps should validate that this value matches the sum of the DisplayItems and the selected shipping option.

Applies to