/** Missing description */
export interface CreditCardCreation {
    /** 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=CreditCardCreation.d.ts.map