UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 200 B
/** Pay with payment method parameter */ export interface PayWithPaymentMethod { /** ID of payment method for pay this order */ id: number; } //# sourceMappingURL=PayWithPaymentMethod.d.ts.map