mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
Adding links to refund response (#213)
This commit is contained in:
parent
2d088532de
commit
8e5d5220ab
1
types.go
1
types.go
|
@ -882,6 +882,7 @@ type (
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
|
Links []Link `json:"links,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Related struct
|
// Related struct
|
||||||
|
|
Loading…
Reference in New Issue
Block a user