@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 418 B
TypeScript
export interface IssuingNonPciAddressDto {
city: string;
country: string;
line1: string;
line2?: string;
postcode: string;
state?: string;
}
export declare namespace IssuingNonPciAddressDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=issuingNonPciAddressDto.d.ts.map