Class AchPayment
Inheritance
System.Object
AchPayment
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class AchPayment : Object
Constructors
AchPayment()
Declaration
Properties
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
AccountType
Declaration
public string AccountType { get; set; }
Property Value
Type |
Description |
System.String |
|
Amount
Declaration
public Decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BankId
Declaration
public string BankId { get; set; }
Property Value
Type |
Description |
System.String |
|
BankName
Declaration
public string BankName { get; set; }
Property Value
Type |
Description |
System.String |
|
BranchId
Declaration
public string BranchId { get; set; }
Property Value
Type |
Description |
System.String |
|
BranchName
Declaration
public string BranchName { get; set; }
Property Value
Type |
Description |
System.String |
|
DatePaid
Declaration
public DateTime DatePaid { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
NameOnAccount
Declaration
public string NameOnAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
PaidMerchantId
Declaration
public int PaidMerchantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
Declaration
public CommissionPaymentStatus Status { get; set; }
Property Value
TaxId
Declaration
public string TaxId { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|