mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
Add status field to CaptureAmount
This commit is contained in:
parent
64bfbc9b80
commit
50acd8fce1
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