/** Missing description */
export interface PaypalCreation {
    /** Custom description of this account */
    description?: string;
    /** Callback URL where the customer will be redirected to after validation */
    returnUrl?: string;
    /** Set as default payment mean once validated */
    setDefault?: boolean;
}
//# sourceMappingURL=PaypalCreation.d.ts.map