Type Alias LoyaltyProgramConfig

LoyaltyProgramConfig: {
    clientId: string;
    loyaltyProgramId: string;
    secret: string;
}

Type declaration

  • clientId: string

    The clientId you want to connect to.

  • loyaltyProgramId: string

    The ID of the loyaltiy program you want to connect to.

  • secret: string

    The secret belonging to the clientId.