UNPKG

ch-admin-api-client-typescript

Version:
61 lines 1.48 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 UpdateHospitalBankAccountInfoCommand */ export interface UpdateHospitalBankAccountInfoCommand { /** * * @type {string} * @memberof UpdateHospitalBankAccountInfoCommand */ 'bank'?: string | null; /** * * @type {string} * @memberof UpdateHospitalBankAccountInfoCommand */ 'accountNumber'?: string | null; /** * * @type {string} * @memberof UpdateHospitalBankAccountInfoCommand */ 'depositor'?: string | null; /** * * @type {string} * @memberof UpdateHospitalBankAccountInfoCommand */ 'swiftCode'?: string | null; /** * * @type {string} * @memberof UpdateHospitalBankAccountInfoCommand */ 'additionalNote'?: string | null; /** * * @type {boolean} * @memberof UpdateHospitalBankAccountInfoCommand */ 'isEnabled'?: boolean; /** * * @type {number} * @memberof UpdateHospitalBankAccountInfoCommand */ 'order'?: number; } //# sourceMappingURL=update-hospital-bank-account-info-command.d.ts.map