Skip to content
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

add transfer.summary_dispute_xxx #22

Merged
merged 2 commits into from
Dec 17, 2020
Merged

Conversation

darai0512
Copy link
Contributor

@darai0512 darai0512 self-assigned this Dec 15, 2020
@darai0512 darai0512 force-pushed the darai/add-summary-dispute-master branch from 408f0f0 to b3cacce Compare December 17, 2020 08:09
fmt.Println(" summary[dispute_amount]:", transfer.Summary.DisputeAmount)
fmt.Println(" summary[dispute_count]:", transfer.Summary.DisputeCount)
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

実行結果

~$./main
See transfer summary
0:
  id: tr_be2229bea22a3012c1491f399d496
  summary[charge_count]: 817
  summary[charge_fee]: 135895
  summary[charge_gross]: 4566805
  summary[net]: 4430910
  summary[refund_amount]: 29700
  summary[refund_count]: 54
  summary[dispute_amount]: 0
  summary[dispute_count]: 0

@darai0512 darai0512 merged commit 4e27e7e into master Dec 17, 2020
@darai0512 darai0512 deleted the darai/add-summary-dispute-master branch December 17, 2020 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants