UNPKG

ch-admin-api-client-typescript

Version:
73 lines 1.57 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface BankAccountInfoItemModel */ export interface BankAccountInfoItemModel { /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'id'?: string; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'hospitalId'?: string; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'bank'?: string | null; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'accountNumber'?: string | null; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'depositor'?: string | null; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'swiftCode'?: string | null; /** * * @type {string} * @memberof BankAccountInfoItemModel */ 'additionalNote'?: string | null; /** * * @type {boolean} * @memberof BankAccountInfoItemModel */ 'isEnabled'?: boolean; /** * * @type {number} * @memberof BankAccountInfoItemModel */ 'order'?: number; } //# sourceMappingURL=bank-account-info-item-model.d.ts.map