Class NewPaymentMethod
Inheritance
System.Object
NewPaymentMethod
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class NewPaymentMethod : Object
Constructors
NewPaymentMethod()
Declaration
public NewPaymentMethod()
Properties
PayerId
Declaration
public string PayerId { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TokenizedPayment
Declaration
public string TokenizedPayment { get; set; }
Property Value
Type |
Description |
System.String |
|