add id field in CreateAgreementResp struct

This commit is contained in:
imikod 2018-03-25 21:27:16 +03:00 committed by GitHub
parent ccc897e891
commit cac3a8d899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`