@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 545 B
TypeScript
import { PaymentAcceptanceAddress } from './paymentAcceptanceAddress';
export interface PaymentAcceptanceSellerBusinessInfo {
address?: PaymentAcceptanceAddress;
email?: string;
phone_number?: string;
rating?: number;
registration_date?: string;
}
export declare namespace PaymentAcceptanceSellerBusinessInfo {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceSellerBusinessInfo.d.ts.map