Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreditCardPaymentDetail

Credit card Payment related details

Properties

Optional amountPaid

amountPaid: undefined | number

Amount that paid Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional creditCardType

creditCardType: CreditCardType

Credit card type

Optional lastDigits

lastDigits: undefined | string

Last four digits of the card

Optional nameOnCard

nameOnCard: undefined | string

Name on the credit card

Optional paidBy

paidBy: undefined | string

example

Const paymentMethod

paymentMethod: string = "CREDIT_CARD"

Optional timeExpiration

timeExpiration: Date

Expired date of the credit card

Optional timePaidOn

timePaidOn: Date

Paid the invoice on this day

Methods

getDeserializedJsonObj

getJsonObj