@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 446 B
TypeScript
export interface PaymentAcceptanceVehicle {
condition?: string;
license_plate: string;
manufacture_year?: string;
manufacturer: string;
model: string;
vin?: string;
}
export declare namespace PaymentAcceptanceVehicle {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceVehicle.d.ts.map