IPaymentCalculator
public interface IPaymentCalculator
Namespace
Methods
CalculatePaymentMethodPrice (1 of 2)
public Price CalculatePaymentMethodPrice(PaymentMethodReadOnly paymentMethod, Guid currencyId,
Guid countryId, Guid? regionId, TaxRate taxRate)
CalculatePaymentMethodPrice (2 of 2)
public Price CalculatePaymentMethodPrice(PaymentMethodReadOnly paymentMethod, Guid currencyId,
Guid countryId, Guid? regionId, TaxRate taxRate, PaymentCalculatorContext context)
CalculatePaymentMethodTaxRate (1 of 2)
public TaxRate CalculatePaymentMethodTaxRate(PaymentMethodReadOnly paymentMethod,
TaxSource taxSource, TaxRate fallbackTaxRate)
CalculatePaymentMethodTaxRate (2 of 2)
public TaxRate CalculatePaymentMethodTaxRate(PaymentMethodReadOnly paymentMethod,
TaxSource taxSource, TaxRate fallbackTaxRate, PaymentCalculatorContext context)