@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
18 lines (17 loc) • 546 B
TypeScript
export declare class OnboardingLink {
/**
* The URL of the hosted onboarding page where you need to redirect your user. This URL expires after 4 minutes and can only be used once. If the link expires, you need to create a new link.
*/
'url'?: string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}