/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AmountFormat = { /** * amount.format */ errorCode: string; /** * Amount has incorrect format. */ message: string; /** * 403 */ statusCode: number; }