forked from go-packages/paypal
Merge pull request #227 from emead/master
Add status field to CaptureAmount
This commit is contained in:
commit
1a2c109908
1
types.go
1
types.go
|
@ -686,6 +686,7 @@ type (
|
||||||
|
|
||||||
// CaptureAmount struct
|
// CaptureAmount struct
|
||||||
CaptureAmount struct {
|
CaptureAmount struct {
|
||||||
|
Status string `json:"status,omitempty"`
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
CustomID string `json:"custom_id,omitempty"`
|
CustomID string `json:"custom_id,omitempty"`
|
||||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user