node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 322 B
TypeScript
import { BillingOrderPaymentMeanHttpParameterChoice } from './BillingOrderPaymentMeanHttpParameterChoice.js';
type BillingOrderPaymentMeanHttpParameter = {
choice?: BillingOrderPaymentMeanHttpParameterChoice[] | null;
name?: string;
value?: string | null;
};
export { BillingOrderPaymentMeanHttpParameter };