UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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