Sha256: 9f45f2aed5d18bdd811122bb44e61e2b4cb94b444d93dfffb47e49ca2c0b3cf4
Contents?: true
Size: 1.7 KB
Versions: 28
Compression:
Stored size: 1.7 KB
Contents
<!-- This file is part of the X12Parser library that provides tools to manipulate X12 messages using Ruby native syntax. http://x12parser.rubyforge.org Copyright (C) 2009 APP Design, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA $Id: C3.xml 78 2009-05-12 22:27:26Z ikk $ --> <Segment name="C3" comment="To specify the currency being used in the transaction set"> <Field name="CurrencyCode1" min="3" max="3" comment="Code (Standard ISO) for country in whose currency the charges are specified"/> <Field name="ExchangeRate" type="double" required="y" min="4" max="10" comment="Value to be used as a multiplier conversion factor to convert monetary value from one currency to another"/> <Field name="CurrencyCode2" required="y" min="3" max="3" comment="Code (Standard ISO) for country in whose currency the charges are specified"/> <Field name="CurrencyCode3" required="y" min="3" max="3" comment="Code (Standard ISO) for country in whose currency the charges are specified"/> </Segment>
Version data entries
28 entries across 28 versions & 6 rubygems