Skip to content

Commit

Permalink
Adding links to refund response (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbolt authored Jul 26, 2021
1 parent 2d08853 commit 8e5d522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ type (
ID string `json:"id,omitempty"`
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
Status string `json:"status,omitempty"`
Links []Link `json:"links,omitempty"`
}

// Related struct
Expand Down

0 comments on commit 8e5d522

Please sign in to comment.