@airwallex/node-sdk
Version:
Airwallex Node.js SDK
16 lines • 467 B
TypeScript
import { SellerAddressLines } from './sellerAddressLines';
export interface RegistrationInfo {
agreement?: boolean;
registered_address?: SellerAddressLines;
registered_email?: string;
registered_name?: string;
}
export declare namespace RegistrationInfo {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=registrationInfo.d.ts.map