OrderPaymentInfo
The payment information for a Vendr order
public class OrderPaymentInfo
Namespace
Properties
CountryId
Gets the ID of the payment Country
of the order
public Guid? CountryId { get; }
PaymentMethodId
Gets the ID of the PaymentMethod
of the order
public Guid? PaymentMethodId { get; }
RegionId
Gets the ID of the payment Region
of the order
public Guid? RegionId { get; }
TaxRate
Gets the TaxRate
of the payment of the order
public TaxRate TaxRate { get; }
TotalPrice
Gets the total price of the payment of the order
public ReadOnlyTotalPrice TotalPrice { get; }