Type Alias CreateCheckBackendOptions

CreateCheckBackendOptions: {
    amount: string;
    asset: CryptoCurrencyCode;
    pin_to_user_id?: number;
    pin_to_username?: string;
}

Backend options object type for Client.createCheck method

Type declaration

  • amount: string

    Invoice amount

  • asset: CryptoCurrencyCode

    Invoice asset

  • Optionalpin_to_user_id?: number

    ID of the user who will be able to activate the check

  • Optionalpin_to_username?: string

    A user with the specified username will be able to activate the check