@sudoplatform/sudo-virtual-cards-simulator
    Preparing search index...

    Interface SimulateRefundOutput

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

    Properties

    billedAmount: CurrencyAmount

    Amount billed in card's currency.

    createdAt: Date

    Date/timestamp response was created at.

    id: string

    ID of refund response.

    updatedAt: Date

    Date/timestamp response was last updated at.