mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 18:31: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 {
|
||||
ID string `json:"id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
Plan BillingPlan `json:"plan,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user