iAeonMiniApp.iAeonInit({"client_id":"00000000000000000000000000000031"}).then(successCall_0).catch(errorCall_0);
iAeonMiniApp.iAeonGetOneTimeToken({"client_id":"00000000000000000000000000000031"}).then(successCall_1).catch(errorCall_1);
iAeonMiniApp.iAeonGetMemberInfo().then(successCall_2).catch(errorCall_2);
iAeonMiniApp.iAeonSetMemberInfo({"member_name": "イオン 太郎"}).then(successCall_3).catch(errorCall_3);
iAeonMiniApp.iAeonGetStoreInfo({"store_code":"0000050570"}).then(successCall_4).catch(errorCall_4);
iAeonMiniApp.iAeonDoCodeRead({"type":"bar"}).then(successCall_5).catch(errorCall_5);
iAeonMiniApp.iAeonDoPayment({"gw_trade_token":"token123456"}).then(successCall_6).catch(errorCall_6);
iAeonMiniApp.iAeonGetSettlements({"from":"20211201", "to":"20211231"}).then(successCall_7).catch(errorCall_7);
iAeonMiniApp.iAeonGetWaonPoints().then(successCall_8).catch(errorCall_8);
iAeonMiniApp.iAeonGetPointBarCode().then(successCall_9).catch(errorCall_9);
iAeonMiniApp.iAeonGetMobileWaonInfo().then(successCall_10).catch(errorCall_10);
iAeonMiniApp.iAeonGetAppInfo().then(successCall_11).catch(errorCall_11);
iAeonMiniApp.iAeonGetLocation().then(successCall_12).catch(errorCall_12);
iAeonMiniApp.iAeonGetRegisteredCard().then(successCall_13).catch(errorCall_13);
iAeonMiniApp.iAeonDoOpenCoupon({"store_code": "0000050570"}).then(successCall_14).catch(errorCall_14);
iAeonMiniApp.iAeonGetStoreList({"keyword":"東京 田町"}).then(successCall_15).catch(errorCall_15);
iAeonMiniApp.iAeonGetCampaignList({"page_num":1, "page_size": 10, type: 2}).then(successCall_16).catch(errorCall_16);
iAeonMiniApp.iAeonGetPayBarCode().then(successCall_17).catch(errorCall_17);
iAeonMiniApp.iAeonSetData({"mode":"add", "key": "save_key", "value": "save_value"}).then(successCall_18).catch(errorCall_18);
iAeonMiniApp.iAeonGetData({"key": "save_key"}).then(successCall_19).catch(errorCall_19);
iAeonMiniApp.iAeonLogEvent({"event_name": "button_tap", "params": {"key": "value"}}).then(successCall_20).catch(errorCall_20);
iAeonMiniApp.iAeonGetKeys().then(successCall_21).catch(errorCall_21);
iAeonMiniApp.iAeonClose().then(successCall_22).catch(errorCall_22);