/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403TxNotCompliant = { /** * transaction.not.compliant */ errorCode: string; /** * Transaction not compliant, recipient account customer country is not defined. */ message: string; /** * 403 */ statusCode: number; }