Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

OrderPaymentInfo

API reference for OrderPaymentInfo in Vendr, the eCommerce solution for Umbraco v8+

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; }

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.