Skip to content

Commit ea00106

Browse files
authored
Merge pull request #19 from pokepay/release/1.3.9
refs/heads/release/1.3.9
2 parents 9d4681e + 7e50258 commit ea00106

File tree

71 files changed

+2809
-2744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2809
-2744
lines changed

docs/account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
Request.ListUserAccounts request = new Request.ListUserAccounts(
99
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // ユーザーID
1010
) {
11-
Page = 4737, // ページ番号
12-
PerPage = 7029, // 1ページ分の取引数
11+
Page = 1564, // ページ番号
12+
PerPage = 5762, // 1ページ分の取引数
1313
};
1414
Response.PaginatedAccountDetails response = await request.Send(client);
1515
```
@@ -75,8 +75,8 @@ Request.CreateUserAccount request = new Request.CreateUserAccount(
7575
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // ユーザーID
7676
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // マネーID
7777
) {
78-
Name = "RhEmEhncAz9T8Jn6tKv842hmKtJWGe0W2JoBVxOBG6QSEaMM6DcJjfAtdrmKAg3KBKDu0vlbYdVC6n9nVLo43cE33CQPF6kxIlI0uguDnziraNYM7VX5YLnlD8HOOCDlP4GZ7jbmXMO5zVMwfk3fyCehTHNb57OPgysrQCIrNbKg5EGtS1CRG8HTOfVnvp3qGXZFBsOSpPHbliv7UIdhUMzObVJcG5btiH5rur7GsubMGTjIcOX", // ウォレット名
79-
ExternalId = "KD9o8Kba3zToGBU", // 外部ID
78+
Name = "k24Ceen1NSjytDUp3byZcFEPnIDVyEjs1xIVAG7PJaXsPvnXy7JLPWT4POJKIKUBKfvAdAdVhR8qFWp5tCaOkj67zOOhzPjoLUnpes4zWmpVcy9ixDX4fCfbAE0AZjhFFPDiC5XgRDuJC7DFGXWJ1DsLyOnXTqwNlXWPSNst44xBM1tMMoOyWoAqWcD5ADFBSPh7o2MC5sMNAQhF0HCoj9D", // ウォレット名
79+
ExternalId = "4ZpJqp2buSHK5WKI86hTWo47qb9nSKNBR3LjzCdQo4G", // 外部ID
8080
Metadata = "{\"key1\":\"foo\",\"key2\":\"bar\"}", // ウォレットに付加するメタデータ
8181
};
8282
Response.AccountDetail response = await request.Send(client);

docs/bank_pay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Request.CreateBank request = new Request.CreateBank(
6666
"<Deep Link>", // コールバックURL
6767
"ポケペイタロウ" // ユーザーの氏名 (片仮名で指定)
6868
) {
69-
Email = "x2jnlKrw0L@dNS4.com", // ユーザーのメールアドレス
69+
Email = "EeKe2EnvF9@kW30.com", // ユーザーのメールアドレス
7070
Birthdate = "19901142", // 生年月日
7171
};
7272
Response.BankRegisteringInfo response = await request.Send(client);
@@ -161,7 +161,7 @@ Response.BankRegisteringInfo response = await request.Send(client);
161161
Request.CreateBankTopupTransaction request = new Request.CreateBankTopupTransaction(
162162
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // デバイスID
163163
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // マネーID
164-
8102, // チャージ金額
164+
2810, // チャージ金額
165165
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // 銀行ID
166166
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // リクエストID
167167
);

docs/bill.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
```csharp
99
Request.ListBills request = new Request.ListBills() {
10-
Page = 231, // ページ番号
11-
PerPage = 1828, // 1ページの表示数
12-
BillId = "h7IyYB", // 支払いQRコードのID
10+
Page = 7384, // ページ番号
11+
PerPage = 6138, // 1ページの表示数
12+
BillId = "T", // 支払いQRコードのID
1313
PrivateMoneyId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // マネーID
14-
OrganizationCode = "-k-----Yq2hrn5-RcDh", // 組織コード
14+
OrganizationCode = "xs6VNjs2Mf2--N-VxoE9n6N1iQ3v", // 組織コード
1515
Description = "test bill", // 取引説明文
16-
CreatedFrom = "2021-08-04T01:59:13.000000Z", // 作成日時(起点)
17-
CreatedTo = "2023-02-25T23:26:35.000000Z", // 作成日時(終点)
16+
CreatedFrom = "2024-02-06T00:24:19.000000Z", // 作成日時(起点)
17+
CreatedTo = "2020-07-28T20:51:25.000000Z", // 作成日時(終点)
1818
ShopName = "bill test shop1", // 店舗名
1919
ShopId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // 店舗ID
20-
LowerLimitAmount = 5821, // 金額の範囲によるフィルタ(下限)
21-
UpperLimitAmount = 4653, // 金額の範囲によるフィルタ(上限)
20+
LowerLimitAmount = 3980, // 金額の範囲によるフィルタ(下限)
21+
UpperLimitAmount = 6980, // 金額の範囲によるフィルタ(上限)
2222
IsDisabled = true, // 支払いQRコードが無効化されているかどうか
2323
};
2424
Response.PaginatedBills response = await request.Send(client);
@@ -213,7 +213,7 @@ Request.CreateBill request = new Request.CreateBill(
213213
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // 支払いマネーのマネーID
214214
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // 支払い先(受け取り人)の店舗ID
215215
) {
216-
Amount = 2631.0, // 支払い額
216+
Amount = 1684.0, // 支払い額
217217
Description = "test bill", // 説明文(アプリ上で取引の説明文として表示される)
218218
};
219219
Response.Bill response = await request.Send(client);
@@ -298,7 +298,7 @@ Response.Bill response = await request.Send(client);
298298
Request.UpdateBill request = new Request.UpdateBill(
299299
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // 支払いQRコードのID
300300
) {
301-
Amount = 1596.0, // 支払い額
301+
Amount = 9656.0, // 支払い額
302302
Description = "test bill", // 説明文
303303
IsDisabled = true, // 無効化されているかどうか
304304
};

docs/bulk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ CSVファイルから一括取引をします。
66

77
```csharp
88
Request.BulkCreateTransaction request = new Request.BulkCreateTransaction(
9-
"P9DvE8UV0j2YqC15yVJZpc8KVpHARBD", // 一括取引タスク名
10-
"gg1Gn2X", // 取引する情報のCSV
11-
"cmC1vS6JUWIFuWHifSCeHqDX4OovF1kPsfFA" // リクエストID
9+
"y2", // 一括取引タスク名
10+
"m8", // 取引する情報のCSV
11+
"ZcyGh3BczuQ1HmAT4U7cCHORIBupKF2LGLWl" // リクエストID
1212
) {
13-
Description = "UD6hedBMnO5c5siBhPS0PdEUgltcrxJuLRpPyEyLzg5USUF0acnAYj9bCB7rUqwv3jfmweeo8gmjkrVbM4yoFbYRleOf9KOkq0RFzjJ", // 一括取引の説明
13+
Description = "WRqEU1R3HVfumJrkxA1RBhkJnrKn6T4UBYf7XzEp3cMOeoQItbJApNFNbizZqS", // 一括取引の説明
1414
PrivateMoneyId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // マネーID
1515
};
1616
Response.BulkTransaction response = await request.Send(client);

docs/campaign.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Request.ListCampaigns request = new Request.ListCampaigns(
1111
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // マネーID
1212
) {
1313
IsOngoing = false, // 現在適用可能なキャンペーンかどうか
14-
AvailableFrom = "2023-06-12T02:18:30.000000Z", // 指定された日時以降に適用可能期間が含まれているか
15-
AvailableTo = "2023-03-14T19:36:47.000000Z", // 指定された日時以前に適用可能期間が含まれているか
14+
AvailableFrom = "2020-07-01T00:25:56.000000Z", // 指定された日時以降に適用可能期間が含まれているか
15+
AvailableTo = "2022-12-11T03:14:20.000000Z", // 指定された日時以前に適用可能期間が含まれているか
1616
Page = 1, // ページ番号
1717
PerPage = 20, // 1ページ分の取得数
1818
};
@@ -123,36 +123,36 @@ Response.PaginatedCampaigns response = await request.Send(client);
123123

124124
```csharp
125125
Request.CreateCampaign request = new Request.CreateCampaign(
126-
"8komJ1Atk5RVlui7mGRMrDuzhgMwi2QEwxvEfxvbfoaYN92mmS964bSnGq9n7PpIOomMWW66P3IlH0kXmsTMdugDsmRtGnF7L4kFCWrbFqt27c2GHcIyayD2aKjXN0NBWyTy0xC6byToeZcV73t7vuEmirlewYMI5WNi6AMJzfUo3Mw8SUD48UFtXOBKAPivd5iJNrdqAuTxyB0A3WX2Ec", // キャンペーン名
126+
"vNBs", // キャンペーン名
127127
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // マネーID
128-
"2024-01-28T22:34:10.000000Z", // キャンペーン開始日時
129-
"2020-07-08T19:55:58.000000Z", // キャンペーン終了日時
130-
2422, // キャンペーンの適用優先度
131-
"payment" // イベント種別
128+
"2022-08-09T16:43:13.000000Z", // キャンペーン開始日時
129+
"2022-04-04T15:28:43.000000Z", // キャンペーン終了日時
130+
6782, // キャンペーンの適用優先度
131+
"external-transaction" // イベント種別
132132
) {
133133
BearPointShopId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // ポイント負担先店舗ID
134-
Description = "xFyFeM64iLpLDhctAZixWvzCjvZGuuLmpXAGJua2paAAkUgzb5zEsMYGbxzOIV2r2JtDEGxgzX90xQ1qEwnOjzBjMdE2ZgqC6g1ENWOPFMuygZod8nuff2bwE3RDjoGhPLmonziI8gPB410GLPQCeC7jS6W3DftZcdyglmNXEppEtAweq", // キャンペーンの説明文
135-
Status = "enabled", // キャンペーン作成時の状態
136-
PointExpiresAt = "2020-11-09T20:33:41.000000Z", // ポイント有効期限(絶対日時指定)
137-
PointExpiresInDays = 6073, // ポイント有効期限(相対日数指定)
134+
Description = "RsG1pcvzPfSNlMjgyCm3l36NNuyyweAXXanZiLS6lbj9JXoVWEOjNWcJ8Pqob8ZBDc2LIkAJFpX3tMiPvkskrBs7cZNQht6pUXt6QkeG9pRp1c5EcN6nLJcb0NEcuMnzKSDbJDSeKRyRniwPaN0afN8mRVY0r2kLaYAQQnNW", // キャンペーンの説明文
135+
Status = "disabled", // キャンペーン作成時の状態
136+
PointExpiresAt = "2021-11-18T01:45:25.000000Z", // ポイント有効期限(絶対日時指定)
137+
PointExpiresInDays = 1429, // ポイント有効期限(相対日数指定)
138138
IsExclusive = true, // キャンペーンの重複設定
139139
Subject = "all", // ポイント付与の対象金額の種別
140-
AmountBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}}, // 取引金額ベースのポイント付与ルール
141-
ProductBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}}, // 商品情報ベースのポイント付与ルール
142-
BlacklistedProductRules = new object[]{new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}, new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}, new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}}, // 商品情報ベースのキャンペーンで除外対象にする商品リスト
143-
ApplicableDaysOfWeek = new int[]{1, 6}, // キャンペーンを適用する曜日 (複数指定)
140+
AmountBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}}, // 取引金額ベースのポイント付与ルール
141+
ProductBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}}, // 商品情報ベースのポイント付与ルール
142+
BlacklistedProductRules = new object[]{new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}}, // 商品情報ベースのキャンペーンで除外対象にする商品リスト
143+
ApplicableDaysOfWeek = new int[]{3, 2}, // キャンペーンを適用する曜日 (複数指定)
144144
ApplicableTimeRanges = new object[]{new Dictionary<string, object>(){{"from","12:00"}, {"to","23:59"}}}, // キャンペーンを適用する時間帯 (複数指定)
145145
ApplicableShopIds = new string[]{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}, // キャンペーン適用対象となる店舗IDのリスト
146-
MinimumNumberOfProducts = 6050, // キャンペーンを適用する1会計内の商品個数の下限
147-
MinimumNumberOfAmount = 5681, // キャンペーンを適用する1会計内の商品総額の下限
148-
MinimumNumberForCombinationPurchase = 318, // 複数種類の商品を同時購入するときの商品種別数の下限
146+
MinimumNumberOfProducts = 4275, // キャンペーンを適用する1会計内の商品個数の下限
147+
MinimumNumberOfAmount = 6006, // キャンペーンを適用する1会計内の商品総額の下限
148+
MinimumNumberForCombinationPurchase = 417, // 複数種類の商品を同時購入するときの商品種別数の下限
149149
ExistInEachProductGroups = true, // 複数の商品グループにつき1種類以上の商品購入によって発火するキャンペーンの指定フラグ
150-
MaxPointAmount = 797, // キャンペーンによって付与されるポイントの上限
151-
MaxTotalPointAmount = 4271, // キャンペーンによって付与されるの1人当たりの累計ポイントの上限
150+
MaxPointAmount = 7464, // キャンペーンによって付与されるポイントの上限
151+
MaxTotalPointAmount = 6181, // キャンペーンによって付与されるの1人当たりの累計ポイントの上限
152152
DestPrivateMoneyId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // ポイント付与先となるマネーID
153153
ApplicableAccountMetadata = new Dictionary<string, object>(){{"key","sex"}, {"value","male"}}, // ウォレットに紐付くメタデータが特定の値を持つときにのみ発火するキャンペーンを登録します。
154154
ApplicableTransactionMetadata = new Dictionary<string, object>(){{"key","rank"}, {"value","bronze"}}, // 取引時に指定するメタデータが特定の値を持つときにのみ発火するキャンペーンを登録します。
155-
BudgetCapsAmount = 1893504508, // キャンペーン予算上限
155+
BudgetCapsAmount = 593459802, // キャンペーン予算上限
156156
};
157157
Response.Campaign response = await request.Send(client);
158158
```
@@ -927,32 +927,32 @@ Response.Campaign response = await request.Send(client);
927927
Request.UpdateCampaign request = new Request.UpdateCampaign(
928928
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // キャンペーンID
929929
) {
930-
Name = "LeVc0IIOPvouCcBMs9oEUXdmuJ5CsXeAgeVmz0XdBqvz2LZqSb1Cr9GvJk1u6JVnb04lQy4ktenk93ttYPJhOiPCYhnxitPJhteZ9v4lYIFrYpnV35pBMGKJEJkpn6Mlr99tmpLoTFQeHIPsIBBDhi4oQ1t1s3zE32Vk24Ceen1NSj", // キャンペーン名
931-
StartsAt = "2022-11-18T02:27:13.000000Z", // キャンペーン開始日時
932-
EndsAt = "2020-08-12T06:11:00.000000Z", // キャンペーン終了日時
933-
Priority = 6665, // キャンペーンの適用優先度
934-
Event = "external-transaction", // イベント種別
935-
Description = "3byZcFEPnIDVyEjs1xIVAG7PJaXsPvnXy7JLPWT4POJKIKUBKfvAdAdVhR8qFWp5tCaOkj67zOOhzPjoLUnpes4zWmpVcy9ixDX4fCfbAE0AZjhFF", // キャンペーンの説明文
930+
Name = "D0C3IXLL4lH8T3KxBkSfET7NeTYdPy8UjYc9OlslQQZIq7zSOEeSzczj6ObIBdQwmJP2q6udBME6WRlyybO27f", // キャンペーン名
931+
StartsAt = "2023-01-24T11:58:33.000000Z", // キャンペーン開始日時
932+
EndsAt = "2024-03-08T03:05:55.000000Z", // キャンペーン終了日時
933+
Priority = 1560, // キャンペーンの適用優先度
934+
Event = "payment", // イベント種別
935+
Description = "KPW8EbdfuKdbyfcjYNDVx4A2ovqPMZA8irXJ9E6ZcMzkLyAqgwSoddiujWTgn11mpxaVIYgQo", // キャンペーンの説明文
936936
Status = "disabled", // キャンペーン作成時の状態
937-
PointExpiresAt = "2023-12-14T09:27:35.000000Z", // ポイント有効期限(絶対日時指定)
938-
PointExpiresInDays = 4933, // ポイント有効期限(相対日数指定)
939-
IsExclusive = false, // キャンペーンの重複設定
940-
Subject = "all", // ポイント付与の対象金額の種別
937+
PointExpiresAt = "2021-06-13T14:31:35.000000Z", // ポイント有効期限(絶対日時指定)
938+
PointExpiresInDays = 3039, // ポイント有効期限(相対日数指定)
939+
IsExclusive = true, // キャンペーンの重複設定
940+
Subject = "money", // ポイント付与の対象金額の種別
941941
AmountBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"subject_more_than_or_equal",1000}, {"subject_less_than",5000}}}, // 取引金額ベースのポイント付与ルール
942942
ProductBasedPointRules = new object[]{new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}, new Dictionary<string, object>(){{"point_amount",5}, {"point_amount_unit","percent"}, {"product_code","4912345678904"}, {"is_multiply_by_count",true}, {"required_count",2}}}, // 商品情報ベースのポイント付与ルール
943-
BlacklistedProductRules = new object[]{new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}}, // 商品情報ベースのキャンペーンで除外対象にする商品リスト
944-
ApplicableDaysOfWeek = new int[]{2}, // キャンペーンを適用する曜日 (複数指定)
943+
BlacklistedProductRules = new object[]{new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}, new Dictionary<string, object>(){{"product_code","4912345678904"}, {"classification_code","c123"}}}, // 商品情報ベースのキャンペーンで除外対象にする商品リスト
944+
ApplicableDaysOfWeek = new int[]{6, 0}, // キャンペーンを適用する曜日 (複数指定)
945945
ApplicableTimeRanges = new object[]{new Dictionary<string, object>(){{"from","12:00"}, {"to","23:59"}}}, // キャンペーンを適用する時間帯 (複数指定)
946-
ApplicableShopIds = new string[]{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}, // キャンペーン適用対象となる店舗IDのリスト
947-
MinimumNumberOfProducts = 1867, // キャンペーンを適用する1会計内の商品個数の下限
948-
MinimumNumberOfAmount = 5956, // キャンペーンを適用する1会計内の商品総額の下限
949-
MinimumNumberForCombinationPurchase = 6072, // 複数種類の商品を同時購入するときの商品種別数の下限
950-
ExistInEachProductGroups = true, // 複数の商品グループにつき1種類以上の商品購入によって発火するキャンペーンの指定フラグ
951-
MaxPointAmount = 3297, // キャンペーンによって付与されるポイントの上限
952-
MaxTotalPointAmount = 4112, // キャンペーンによって付与されるの1人当たりの累計ポイントの上限
946+
ApplicableShopIds = new string[]{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}, // キャンペーン適用対象となる店舗IDのリスト
947+
MinimumNumberOfProducts = 2506, // キャンペーンを適用する1会計内の商品個数の下限
948+
MinimumNumberOfAmount = 2614, // キャンペーンを適用する1会計内の商品総額の下限
949+
MinimumNumberForCombinationPurchase = 1217, // 複数種類の商品を同時購入するときの商品種別数の下限
950+
ExistInEachProductGroups = false, // 複数の商品グループにつき1種類以上の商品購入によって発火するキャンペーンの指定フラグ
951+
MaxPointAmount = 4152, // キャンペーンによって付与されるポイントの上限
952+
MaxTotalPointAmount = 8728, // キャンペーンによって付与されるの1人当たりの累計ポイントの上限
953953
ApplicableAccountMetadata = new Dictionary<string, object>(){{"key","sex"}, {"value","male"}}, // ウォレットに紐付くメタデータが特定の値を持つときにのみ発火するキャンペーンを登録します。
954954
ApplicableTransactionMetadata = new Dictionary<string, object>(){{"key","rank"}, {"value","bronze"}}, // 取引時に指定するメタデータが特定の値を持つときにのみ発火するキャンペーンを登録します。
955-
BudgetCapsAmount = 52894808, // キャンペーン予算上限
955+
BudgetCapsAmount = 817773375, // キャンペーン予算上限
956956
};
957957
Response.Campaign response = await request.Send(client);
958958
```

0 commit comments

Comments
 (0)