node-ovh-ts
Version:
OVH API wrapper library for TypeScript
15 lines (12 loc) • 433 B
TypeScript
import { BillingOrderPaymentMeanHttpParameter } from './BillingOrderPaymentMeanHttpParameter.js';
import './BillingOrderPaymentMeanHttpParameterChoice.js';
type BillingOrderPaymentMean = {
fee?: number;
htmlForm?: string | null;
httpMethod?: string;
logo?: string | null;
parameters?: BillingOrderPaymentMeanHttpParameter[];
subType?: string | null;
url?: string;
};
export { BillingOrderPaymentMean };