-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add term and balance. #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
リリースバージョンが更新されてないと思うので確認お願いします。
あとlistについて1点確認コメントしました。
src/index.ts
Outdated
type?: "sales" | "service_fee" | "transfer_fee", | ||
} | ||
|
||
export interface TermListOptions extends ListOptions { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ask]
ListOptionsを継承した場合に、Termオブジェクトだとcreatedが無いので since/until が対象無いのは明確にはしない方針でしたっけ?
動作は特に問題ないはず。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pagination Option を追加してみました。
以前口頭で話したと思いますが、この作りは治安を悪くしそうで少し不安です。
現状すぐに対応できる案として、ネーミングで治安維持を図ろうと思いますが、他にいい案あれば教えてほしいです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pagination と CreatedRange に分離するというのは、既に他でもある概念なので問題ないと思います。
今後さらに追加や分離となりそうな場合には考え直しが必要そう。
version 上げました。 |
Overview
Changes due to the addition of the Term and Balance objects.
Changes
Add term object
https://pay.jp/docs/api/#term%E9%9B%86%E8%A8%88%E5%8C%BA%E9%96%93
Add balance object
https://pay.jp/docs/api/#balance-%E6%AE%8B%E9%AB%98
Add term and balance id in Statement balance object
https://pay.jp/docs/api/#statement%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88
Add term id in charge object https://pay.jp/docs/api/#charge%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88