Class PayPalOptions
Inheritance
PayPalOptions
Assembly: Volo.Payment.PayPal.Domain.dll
Syntax
public class PayPalOptions
Constructors
PayPalOptions()
Declaration
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
CurrencyCode
Declaration
[Obsolete("Use Currency property of PaymentRequest")]
public string CurrencyCode { get; set; }
Property Value
Environment
Declaration
public string Environment { get; set; }
Property Value
Locale
Declaration
public string Locale { get; set; }
Property Value
Secret
Declaration
public string Secret { get; set; }
Property Value
Extension Methods