UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 374 B
import { PaymentMeanFieldTypeEnum } from './PaymentMeanFieldTypeEnum'; /** All fields needed for a payment mean integration */ export interface AvailablePaymentMeanField { /** */ key: string; /** */ options?: string[]; /** */ type: PaymentMeanFieldTypeEnum; /** */ value?: string; } //# sourceMappingURL=AvailablePaymentMeanField.d.ts.map