Class CreditCardPaymentDetails
Additional optional payment details about the credit card tender type.
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class CreditCardPaymentDetails : CardPaymentDetails
Properties
BankName
Name of the bank that issued the credit card.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CardNumber
The number of the credit card.
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |