@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 380 B
TypeScript
export interface PaymentAcceptanceSkrill {
country_code?: string;
shopper_email?: string;
shopper_name?: string;
}
export declare namespace PaymentAcceptanceSkrill {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceSkrill.d.ts.map