UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 385 B
export interface AccountCapabilityResponse { comment: string; id: string; status: string; updated_at: string; } export declare namespace AccountCapabilityResponse { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=accountCapabilityResponse.d.ts.map