paymentinfo.xml

paymentinfo.xml ファイルは、IBM Payment Manager を使用するか、使用する場合は、 決済カセットカセットのタイプとストアが受け入れるブランドを指定します。 以下は IBM Payment Manager を使用しているサンプル・ストア・アーカイブ、 InFashion.sar の paymentinfo.xml ファイルです。 必須エレメントの詳細については、ストア・データベース資産の変更を参照してください。

paymentinfo>
	<!--  yes if user wants to use Payment Manager -->
	<!--  no  if user does not want to use Payment Manager --> 

	<PaymentManager enable="yes"/>

	<!-- user can specify more than one type of cassettes,Commerce Models 
	supports OfflineCard -->

	<Cassette type="OfflineCard">
             		 <!-- The currency has to be 3 character iso code currstr  -->
		<Account currency="USD">
			<Brand type="MasterCard"/>
			<Brand type="VISA"/>
			<Brand type="American Express"/>
		</Account>
	</Cassette>
	
	<Cassette type="OfflineCard">
             		 <!-- The currency has to be 3 character iso code currstr  -->
		<Account currency="ESP">
			<Brand type="MasterCard"/>
			<Brand type="VISA"/>
			<Brand type="American Express"/>
		</Account>
	</Cassette>
</paymentinfo>
関連概念

関連参照

IBM 著作権