Skip to content

Instantly share code, notes, and snippets.

@tkawa
Last active March 12, 2022 12:17
Show Gist options
  • Save tkawa/1723186300a687e740a9d18cb97b42fb to your computer and use it in GitHub Desktop.
Save tkawa/1723186300a687e740a9d18cb97b42fb to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
プリペイド
au PAYプリペイド
セゾン/MUN/TS3/EPOS,3DSecure対応M/Aでチャージ(3000円以上)
dカードプリペイド
VJA/Omniでチャージ、その他V/Mは要手数料(500円以上)
Visaプリペ
VJA/Omniでチャージ、その他V/Mは要手数料(500円以上)
TOYOTA Wallet
3DSecure対応V/Mでチャージ(500円以上)
ソフトバンクカード
ソフトバンク・ワイモバイルまとめて支払いでチャージ(2000円以上)
6gram
3DSecure対応V/M, ApplePayでチャージ(1000円以上)
Kyash
V/Mのクレジットカードでチャージ(1000円以上)
Revolut
V/Mでチャージ(2000円以上)
B/43
V/Mでチャージ(1000円以上)
バンドルカード
3DSecure対応V/Mでチャージ(1000円以上)
@startuml
state "au PAYプリペイド" as aupayp #wheat: [0.5%] M(MS/CL)/AP/QP
state "dカードプリペイド" as dcardp #wheat: [0.5%] M(MS/CL)/AP/iD 3DS
state "Visaプリペ\nかぞくのおさいふ\nV POINT" as visap #wheat: [0.25%] V(MS/IC/CL)/AP/iD 3DS
state "TOYOTA Wallet" as toyota #wheat: [1.5%] M(CL)/AP/iD 3DS
state "ソフトバンクカード" as softbank #wheat: [0.5%] V(MS)/iD 3DS
state "6gram" as 6gram: V(MS/IC/CL) 3DS\nJ(CL)/AP/QP
state "Kyash" as kyash #wheat: [0.2%] V(MS/IC/CL)/QP 3DS
state "Revolut" as revolut: V(MS/IC/CL) 3DS
state "B/43" as b43: V(MS)
state "バンドルカード" as vandle: V(MS)
state "V/M(クレジット)" as creditvm <<sdlreceive>>
state "セゾン/MUN/TS3/EPOS/\nM/A(3DS)" as smtema <<sdlreceive>>
state "VJA-Omni/Cedyna" as vjaomni <<sdlreceive>>
state "ドコモ電話料金\n合算払い" as docomo <<sdlreceive>>
state "auかんたん決済\n(UQ・povo)" as aupovo <<sdlreceive>>
state "ソフトバンク\nまとめて支払い\n(ワイモバイル・LINEMO)" as sbym <<sdlreceive>>
state "TS3/\nVJA-Omni/Cedyna/\nV/M(3DS)" as ts3vja <<sdlreceive>>
note top of vjaomni: その他V/Mは\n要手数料
note top of ts3vja: V/M(3DS)は\n手数料無料CP中
aupayp --> 6gram
aupayp --> revolut
kyash --> toyota
kyash --> 6gram
kyash --> revolut
kyash --> vandle
vandle --> revolut
revolut --> 6gram
revolut -[dashed]-> docomo
revolut -[dashed]-> aupovo
revolut -[dashed]-> sbym
revolut --> b43
6gram --> b43
revolut --> vandle
smtema -[dashed]-> aupayp
aupovo -[dashed]-> aupayp
creditvm -[dashed]-> kyash
vjaomni -[dashed]-> dcardp
vjaomni -[dashed]-> visap
docomo -[dashed]-> dcardp
sbym -[dashed]-> softbank
ts3vja -[dashed]-> toyota
6gram -[dashed]-> docomo
6gram -[dashed]-> aupovo
toyota -[dashed]-> docomo
toyota -[dashed]-> aupovo
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment