UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 373 B
/** 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