Class PurchaseParameter
Inheritance
PurchaseParameter
Assembly: Volo.Payment.Payu.Domain.dll
Syntax
public class PurchaseParameter
Constructors
PurchaseParameter(string, string, bool)
Declaration
public PurchaseParameter(string key, string value, bool excludeFromHash = false)
Parameters
Properties
ExcludeFromHash
Declaration
public bool ExcludeFromHash { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Extension Methods