wiki:Presets/JapanPayment

Payment methods in Japan / 日本の決済手段

日本国内の店舗などで多く使われている決済手段です。

The preset itself

<?xml version="1.0"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Maripo GODA and contributors" description="日本で使われる決済手段です。" shortdescription="日本の決済手段"
  version="1.1_2022-07-27"> 
        <item name="日本の決済手段" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
        <link wiki="Key:payment" />
        <combo key="payment:cash" text="現金" values="no" match="keyvalue" />
        <checkgroup columns="1">
            <check key="payment:coins" text="硬貨"/>
            <check key="payment:notes" text="紙幣"/>
        </checkgroup>
        <space />
        <combo key="payment:credit_cards" text="クレジットカード" values="no" match="keyvalue" />
        <checkgroup columns="3">
            <check key="payment:visa" text="Visa"/>
            <check key="payment:jcb" text="JCB"/>
            <check key="payment:mastercard" text="MasterCard"/>
            <check key="payment:discover_card" text="Discover Card"/>
            <check key="payment:diners_club" text="Diners Club"/>
            <check key="payment:american_express" text="American Express"/>
            <check key="payment:unionpay" text="UnionPay (银联)"/>
        </checkgroup>
        <space />
        <label text="各種キャッシュレス" />
        <checkgroup columns="4">
            <check key="payment:icsf" text="交通系ICカード" match="keyvalue" />
            <check key="payment:paypay" text="PayPay" match="keyvalue" />
            <check key="payment:nanaco" text="nanaco" match="keyvalue" />
            <check key="payment:waon" text="WAON" match="keyvalue" />
            <check key="payment:id" text="iD" match="keyvalue" />
            <check key="payment:edy" text="Edy" match="keyvalue" />
            <check key="payment:quicpay" text="QUICPay" match="keyvalue" />
            <check key="payment:line_pay" text="LINE Pay" match="keyvalue" />
            <check key="payment:merpay" text="メルペイ" match="keyvalue" />
            <check key="payment:d_barai" text="d払い" match="keyvalue" />
            <check key="payment:rakuten_pay" text="楽天ペイ" match="keyvalue" />
            <check key="payment:au_pay" text="au PAY" match="keyvalue" />
        </checkgroup>
        <space />
        <label text="その他" />
        <checkgroup columns="1">
                <check key="payment:telephone_cards" text="テレホンカード"/>
        </checkgroup>
    </item>
</presets>

Presets_JapanPayment-preset.xml, Presets_JapanPayment.zip

Last modified 2 years ago Last modified on 2022-07-27T13:33:35+02:00
Note: See TracWiki for help on using the wiki.