interface SimulateDebitOutput {
    billedAmount: CurrencyAmount;
    createdAt: Date;
    id: string;
    updatedAt: Date;
}

Properties

billedAmount: CurrencyAmount

Amount billed in card's currency.

createdAt: Date

Date/timestamp response was created at.

id: string

ID of debit response.

updatedAt: Date

Date/timestamp response was last updated at.

MMNEPVFCICPMFPCPTTAAATR