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

    Interface SimulatorMerchant

    interface SimulatorMerchant {
        city: string;
        country: string;
        createdAt: Date;
        currency: string;
        declineAfterAuthorization: boolean;
        declineBeforeAuthorization: boolean;
        description: string;
        id: string;
        mcc: string;
        name: string;
        postalCode: string;
        state?: string;
        updatedAt: Date;
    }
    Index

    Properties

    city: string

    City of merchant.

    country: string

    Country of merchant.

    createdAt: Date

    Date/timestamp that this resource was created.

    currency: string

    Currency ISO code charged by merchant.

    declineAfterAuthorization: boolean

    Depicts that a transaction request made to this merchant will be authorized at the virtual cards service level, and then immediately declined once it reaches the 'provider level.

    declineBeforeAuthorization: boolean

    Depicts that a transaction request made to this merchant will be automatically declined before it reaches the authorization level at the Virtual Card Service.

    description: string
    id: string

    ID of the merchant for use in simulated transaction requests.

    mcc: string

    Merchant category code of merchant.

    name: string

    Name of merchant - used as transaction descriptions.

    postalCode: string

    Postal code of merchant.

    state?: string

    State of merchant.

    updatedAt: Date

    Date/timestamp that this resource was last updated.