Skip to content

Commit

Permalink
Added beneficiary_bank in payout request
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Oct 5, 2018
1 parent 71b4d76 commit 99c3894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ type PayoutReq struct {
type PayoutDetails struct {
BeneficiaryName string `json:"beneficiary_name"`
BeneficiaryAccount string `json:"beneficiary_account"`
BneficiaryBank string `json:"beneficiary_bank"`
BeneficiaryEmail string `json:"beneficiary_email,omitempty"`
Amount string `json:"amount"`
Notes string `json:"notes"`
Expand Down

0 comments on commit 99c3894

Please sign in to comment.