Inheritance
PayuPaymentRequestExtraParameterConfiguration
Assembly: Volo.Payment.Payu.Domain.dll
public class PayuPaymentRequestExtraParameterConfiguration
Constructors
Declaration
public PayuPaymentRequestExtraParameterConfiguration()
Properties
Declaration
public string AdditionalCallbackParameters { get; set; }
Property Value
Declaration
public string Currency { get; set; }
Property Value
Declaration
public string Installment { get; set; }
Property Value
Declaration
public string PriceType { get; set; }
Property Value
Declaration
public int? Shipping { get; set; }
Property Value
Extension Methods