PaymentDetails.Total 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.
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.