@the-any-thing/mollie-api-client-inline-pem
Version:
Official Mollie API client for Node - inline pem file fork
5 lines (4 loc) • 464 B
TypeScript
export declare type IdealIssuer = string;
export declare type GiftcardIssuer = 'fashioncheque' | 'nationalebioscoopbon' | 'nationaleentertainmentcard' | 'kunstencultuurcadeaukaart' | 'podiumcadeaukaart' | 'vvvgiftcard' | 'vvvdinercheque' | 'vvvlekkerweg' | 'webshopgiftcard' | 'yourgift' | 'travelcheq' | 'nationalegolfbon' | 'sportenfitcadeau';
export declare type KbcIssuer = 'kbc' | 'cbc';
export declare type Issuer = IdealIssuer | GiftcardIssuer | KbcIssuer;