Skip to content

Commit

Permalink
Merge pull request #20 from pokepay/release-v0.1.6
Browse files Browse the repository at this point in the history
Release v0.1.6
  • Loading branch information
cxxxr authored Aug 28, 2020
2 parents c2448bd + 71138ea commit 3fbc32c
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 633 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pokepay_partner_ruby_sdk (0.1.5)
pokepay_partner_ruby_sdk (0.1.6)
inifile (~> 3.0.0)
json (~> 2.3.0)
openssl (~> 2.1.2)
Expand Down
42 changes: 21 additions & 21 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ response = $client.send(Pokepay::Request::CreateTopupTransaction.new(
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // customer_id: エンドユーザーのID
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // private_money_id: マネーID
bear_point_shop_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // ポイント支払時の負担店舗ID
money_amount: 8555, // マネー額
point_amount: 2302, // ポイント額
money_amount: 3515, // マネー額
point_amount: 7853, // ポイント額
description: "初夏のチャージキャンペーン" // 取引履歴に表示する説明文
))
```
Expand Down Expand Up @@ -229,7 +229,7 @@ response = $client.send(Pokepay::Request::CreatePaymentTransaction.new(
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // shop_id: 店舗ID
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // customer_id: エンドユーザーID
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // private_money_id: マネーID
6077, // amount: 支払い額
4119, // amount: 支払い額
description: "たい焼き(小倉)" // 取引履歴に表示する説明文
))
```
Expand Down Expand Up @@ -271,8 +271,8 @@ response = $client.send(Pokepay::Request::CreatePaymentTransaction.new(
取引一覧を返します。
```ruby
response = $client.send(Pokepay::Request::ListTransactions.new(
from: "2021-04-20T20:55:06.000000+09:00", // 開始日時
to: "2021-12-08T08:10:34.000000+09:00", // 終了日時
from: "2024-03-14T02:41:24.000000+09:00", // 開始日時
to: "2019-04-09T15:58:53.000000+09:00", // 終了日時
page: 1, // ページ番号
per_page: 50, // 1ページ分の取引数
shop_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // 店舗ID
Expand Down Expand Up @@ -400,13 +400,13 @@ QRコードを読み取る方法以外にも、このURLリンクを直接スマ
```ruby
response = $client.send(Pokepay::Request::CreateCheck.new(
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // account_id: 送金元の店舗アカウントID
money_amount: 5032, // 付与マネー額
point_amount: 1995, // 付与ポイント額
money_amount: 9919, // 付与マネー額
point_amount: 2608, // 付与ポイント額
description: "test check", // 説明文(アプリ上で取引の説明文として表示される)
is_onetime: false, // ワンタイムかどうか。真の場合1度読み込まれた時点でそのチャージQRは失効する(デフォルト値は真)
usage_limit: 219, // ワンタイムでない場合、複数ユーザから読み取られ得る。その場合の最大読み取り回数
expires_at: "2024-10-18T00:20:49.000000+09:00", // チャージQR自体の失効日時
point_expires_at: "2019-07-04T01:50:46.000000+09:00", // チャージQRによって付与されるポイントの失効日時
usage_limit: 8625, // ワンタイムでない場合、複数ユーザから読み取られ得る。その場合の最大読み取り回数
expires_at: "2022-02-18T00:32:55.000000+09:00", // チャージQR自体の失効日時
point_expires_at: "2017-12-02T22:53:00.000000+09:00", // チャージQRによって付与されるポイントの失効日時
point_expires_in_days: 60, // チャージQRによって付与されるポイントの有効期限(相対指定、単位は日)
bear_point_account: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // ポイント額を負担する店舗アカウントのID
))
Expand Down Expand Up @@ -508,8 +508,8 @@ response = $client.send(Pokepay::Request::GetAccount.new(
```ruby
response = $client.send(Pokepay::Request::ListAccountBalances.new(
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // account_id: ウォレットID
page: 8855, // ページ番号
per_page: 14 // 1ページ分の取引数
page: 7956, // ページ番号
per_page: 4513 // 1ページ分の取引数
))
```

Expand Down Expand Up @@ -538,13 +538,13 @@ response = $client.send(Pokepay::Request::CreateOrganization.new(
"ox_supermarket", // code: 新規組織コード
"oxスーパー", // name: 新規組織名
["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"], // private_money_ids: 加盟店組織で有効にするマネーIDの配列
"Rrnkhmqvwf@VE2D.com", // issuer_admin_user_email: 発行体担当者メールアドレス
"1nKhvBTC3o@f9gR.com", // member_admin_user_email: 新規組織担当者メールアドレス
"1qSYlEPOrX@96su.com", // issuer_admin_user_email: 発行体担当者メールアドレス
"Y89xlB3mgj@Y6Ph.com", // member_admin_user_email: 新規組織担当者メールアドレス
bank_name: "XYZ銀行", // 銀行名
bank_code: "99X", // 銀行金融機関コード
bank_branch_name: "ABC支店", // 銀行支店名
bank_branch_code: "99X", // 銀行支店コード
bank_account_type: "saving", // 銀行口座種別 (普通=saving, 当座=current, その他=other)
bank_account_type: "current", // 銀行口座種別 (普通=saving, 当座=current, その他=other)
bank_account: 9999999, // 銀行口座番号
bank_account_holder_name: "フクザワユキチ", // 口座名義人名
contact_name: "佐藤清" // 担当者名
Expand All @@ -558,11 +558,11 @@ response = $client.send(Pokepay::Request::CreateOrganization.new(
```ruby
response = $client.send(Pokepay::Request::CreateShop.new(
"oxスーパー三田店", // shop_name: 店舗名
shop_postal_code: "7374764", // 店舗の郵便番号
shop_postal_code: "652-4859", // 店舗の郵便番号
shop_address: "東京都港区芝...", // 店舗の住所
shop_tel: "0550-6127", // 店舗の電話番号
shop_email: "nrkqiF5U2g@QPDC.com", // 店舗のメールアドレス
shop_external_id: "3BmwEo", // 店舗の外部ID
shop_tel: "096-99-5223", // 店舗の電話番号
shop_email: "0ktWQ723w2@IG1J.com", // 店舗のメールアドレス
shop_external_id: "lBzqgWY2glpsEhUQhgL9hEwO7oPQpA", // 店舗の外部ID
organization_code: "ox-supermarket" // 組織コード
))
```
Expand All @@ -574,8 +574,8 @@ response = $client.send(Pokepay::Request::CreateShop.new(
```ruby
response = $client.send(Pokepay::Request::GetPrivateMoneyOrganizationSummaries.new(
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // private_money_id: マネーID
from: "2024-08-10T12:22:25.000000+09:00", // 開始日時(toと同時に指定する必要有)
to: "2024-07-28T01:26:08.000000+09:00", // 終了日時(fromと同時に指定する必要有)
from: "2017-05-21T20:37:05.000000+09:00", // 開始日時(toと同時に指定する必要有)
to: "2018-07-11T00:21:30.000000+09:00", // 終了日時(fromと同時に指定する必要有)
page: 1, // ページ番号
per_page: 50 // 1ページ分の取引数
))
Expand Down
1 change: 1 addition & 0 deletions lib/pokepay_partner_ruby_sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
require "pokepay_partner_ruby_sdk/response/private_money"
require "pokepay_partner_ruby_sdk/response/organization"
require "pokepay_partner_ruby_sdk/response/transaction"
require "pokepay_partner_ruby_sdk/response/shop_with_metadata"
require "pokepay_partner_ruby_sdk/response/user_transaction"
require "pokepay_partner_ruby_sdk/response/account_without_private_money_detail"
require "pokepay_partner_ruby_sdk/response/transfer"
Expand Down
25 changes: 25 additions & 0 deletions lib/pokepay_partner_ruby_sdk/response/shop_with_metadata.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# DO NOT EDIT: File is generated by code generator.


module Pokepay::Response
class ShopWithMetadata
def initialize(row)
@id = row["id"]
@name = row["name"]
@organization_code = row["organization_code"]
@postal_code = row["postal_code"]
@address = row["address"]
@tel = row["tel"]
@email = row["email"]
@external_id = row["external_id"]
end
attr_reader :id
attr_reader :name
attr_reader :organization_code
attr_reader :postal_code
attr_reader :address
attr_reader :tel
attr_reader :email
attr_reader :external_id
end
end
2 changes: 1 addition & 1 deletion lib/pokepay_partner_ruby_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pokepay
VERSION = "0.1.5"
VERSION = "0.1.6"
end
2 changes: 1 addition & 1 deletion partner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ components:
type: string
summary: '取引説明文'
ShopWithMetadata:
x-poepay-schema-type: "response"
x-pokepay-schema-type: "response"
properties:
id:
type: string
Expand Down
Loading

0 comments on commit 3fbc32c

Please sign in to comment.