UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 358 B
export interface PaymentAcceptanceSatispay { country_code?: string; shopper_name?: string; } export declare namespace PaymentAcceptanceSatispay { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceSatispay.d.ts.map