Share via


PaymentDetailsModifier.Total Property

Definition

This is the total of all DisplayItems. This value serves as a replacement for the PaymentDetails.Total property when one of the payment methods in the SupportedMethodIds list is used. Therefore, this value needs to be the sum of PaymentDetail.DisplayItems, the selected shipping option in the PaymentDetails.ShippingOptions collection (See PaymentShippingOption.IsSelected), and AdditionalDisplayItems.

public:
 property PaymentItem ^ Total { PaymentItem ^ get(); };
PaymentItem Total();
public PaymentItem Total { get; }
var paymentItem = paymentDetailsModifier.total;
Public ReadOnly Property Total As PaymentItem

Property Value

Gets or sets the Total.

Applies to