PaymentDetailsModifier.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 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.