/** * Specifies further instructions concerning the processing of a payment instruction or adjustment, as provided to the instructed agent. * ISO20022 External Code * Original name: ExternalInstructedAgentInstruction1Code */ export declare enum InstructedAgentInstruction { /** Reminder. A charge request message has been previously sent. */ REMD = "REMD" }