@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 384 B
TypeScript
/** Available automatic payment means */
export interface AutomaticPaymentMean {
/** Bank Account */
bankAccount: boolean;
/** Credit Card */
creditCard: boolean;
/** Deferred invoice payment account for authorized customers */
deferredPaymentAccount: boolean;
/** Paypal account */
paypal: boolean;
}
//# sourceMappingURL=AutomaticPaymentMean.d.ts.map