@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 458 B
TypeScript
import { PaymentAcceptanceBilling } from './paymentAcceptanceBilling';
export interface PaymentAcceptanceKlarna {
billing?: PaymentAcceptanceBilling;
country_code: string;
language?: string;
}
export declare namespace PaymentAcceptanceKlarna {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceKlarna.d.ts.map