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

    Interface SimulateAuthorizationBillingAddressInput

    Input of BillingAddress data structure for depicting a card/funding source billing address.

    interface SimulateAuthorizationBillingAddressInput {
        addressLine1: string;
        addressLine2?: string;
        city: string;
        country: string;
        postalCode: string;
        state: string;
    }
    Index

    Properties

    addressLine1: string

    First line of the address.

    addressLine2?: string

    Second line of the address.

    city: string

    City of the address.

    country: string

    Country of the address.

    postalCode: string

    Postal code of the address.

    state: string

    State of the address.