Interface AssociateTokenInput

The AssociateTokenInput defines the expected input for the SDK Request to associate a token to a user account.

interface AssociateTokenInput {
    destinationAccount: string;
    quantity: number;
    serviceType: string;
}

Properties

destinationAccount: string

Destination account (typically an email address).

quantity: number

The quantity of tokens. If BambuMeta is maintaining the account, the number can be positive or negative, if not only positive

serviceType: string

The serviceType defining the Loyalty Token for the tenant. eg. "LoyaltyToken"