Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EcheckPaymentDetail

Echeck Payment related details

Properties

Optional accountNumber

accountNumber: undefined | string

Account number of the card owner

Optional amountPaid

amountPaid: undefined | number

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

Optional cardType

cardType: CardType

Echeck card type

Optional nameOnCard

nameOnCard: undefined | string

Name on the echeck card

Optional paidBy

paidBy: undefined | string

example

Const paymentMethod

paymentMethod: string = "ECHECK"

Optional routingNumber

routingNumber: undefined | string

Routing number of the echeck card

Optional timePaidOn

timePaidOn: Date

Paid the invoice on this day

Methods

getDeserializedJsonObj

getJsonObj