Class CheckPaymentDetails
Additional optional payment details about the check tender type.
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class CheckPaymentDetails : PaymentDetails
Properties
AccountNumber
The account number of the drawer.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateOfIssue
The date of issue.
Declaration
public DateTimeOffset? DateOfIssue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Drawee
The bank where the check can be presented for payment.
Declaration
public string Drawee { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Drawer
The person or entity who makes the check.
Declaration
public string Drawer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Payee
The recipient of the money.
Declaration
public string Payee { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortCode
The sort code of the bank of the issuing bank.
Declaration
public string SortCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |