/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * 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 BankAccountInfoModel
 */
export interface BankAccountInfoModel {
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'hospitalId'?: string;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'bank'?: string | null;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'accountNumber'?: string | null;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'depositor'?: string | null;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'swiftCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof BankAccountInfoModel
     */
    'additionalNote'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof BankAccountInfoModel
     */
    'isEnabled'?: boolean;
    /**
     *
     * @type {number}
     * @memberof BankAccountInfoModel
     */
    'order'?: number;
}
//# sourceMappingURL=bank-account-info-model.d.ts.map