Class TwoCheckoutOptions
Inheritance
TwoCheckoutOptions
Assembly: Volo.Payment.TwoCheckout.Domain.dll
Syntax
public class TwoCheckoutOptions
Constructors
TwoCheckoutOptions()
Declaration
public TwoCheckoutOptions()
Properties
CheckoutUrl
Declaration
public string CheckoutUrl { get; set; }
Property Value
CurrencyCode
Declaration
[Obsolete("Use Currency property of PaymentRequest")]
public string CurrencyCode { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Signature
Declaration
public string Signature { get; set; }
Property Value
TestOrder
Declaration
public bool TestOrder { get; set; }
Property Value
Extension Methods