Class PayuOptions
Assembly: Volo.Payment.Payu.Domain.dll
Syntax
Constructors
PayuOptions()
Declaration
Properties
CheckoutLink
Declaration
public string CheckoutLink { get; set; }
Property Value
CurrencyCode
Declaration
[Obsolete("Use Currency property of PaymentRequest")]
public string CurrencyCode { get; set; }
Property Value
Debug
Declaration
public string Debug { get; set; }
Property Value
Installment
Declaration
public string Installment { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Merchant
Declaration
public string Merchant { get; set; }
Property Value
PriceType
Declaration
public string PriceType { get; set; }
Property Value
Shipping
Declaration
public int Shipping { get; set; }
Property Value
Signature
Declaration
public string Signature { get; set; }
Property Value
TestOrder
Declaration
public string TestOrder { get; set; }
Property Value
VatRate
Declaration
public int VatRate { get; set; }
Property Value
Extension Methods