fixes and cleanup
This commit is contained in:
parent
81229b3385
commit
824e98f007
11 changed files with 52 additions and 112 deletions
|
|
@ -230,8 +230,8 @@ type CreateOneTimeInviteLinkResponse struct {
|
|||
Invitation_link string `json:"invitation_link"`
|
||||
}
|
||||
type CumulativeFees struct {
|
||||
Outboundfeefloor int64 `json:"outboundFeeFloor"`
|
||||
Servicefeebps int64 `json:"serviceFeeBps"`
|
||||
Servicefeebps int64 `json:"serviceFeeBps"`
|
||||
Servicefeefloor int64 `json:"serviceFeeFloor"`
|
||||
}
|
||||
type DebitAuthorization struct {
|
||||
Authorized bool `json:"authorized"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue