Adding links to refund response (#213)

This commit is contained in:
kenbolt 2021-07-26 16:13:23 -07:00 committed by GitHub
parent 2d088532de
commit 8e5d5220ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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