mirror of
https://github.com/plutov/paypal.git
synced 2025-02-02 15:10:36 +01:00
PaymentDefinition add ID field
This commit is contained in:
parent
cd4c6831c7
commit
f12db62995
1
types.go
1
types.go
|
@ -290,6 +290,7 @@ type (
|
||||||
|
|
||||||
// PaymentDefinition struct
|
// PaymentDefinition struct
|
||||||
PaymentDefinition struct {
|
PaymentDefinition struct {
|
||||||
|
ID string `json:"id,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Type string `json:"type,omitempty"`
|
Type string `json:"type,omitempty"`
|
||||||
Frequency string `json:"frequency,omitempty"`
|
Frequency string `json:"frequency,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user