mirror of
https://github.com/plutov/paypal.git
synced 2025-01-24 02:41:03 +01:00
add id field in CreateAgreementResp struct
This commit is contained in:
parent
ccc897e891
commit
cac3a8d899
|
@ -22,6 +22,7 @@ type (
|
||||||
|
|
||||||
// CreateAgreementResp struct
|
// CreateAgreementResp struct
|
||||||
CreateAgreementResp struct {
|
CreateAgreementResp struct {
|
||||||
|
ID string `json:"id,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
Plan BillingPlan `json:"plan,omitempty"`
|
Plan BillingPlan `json:"plan,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user