File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ func (params *CreateBulkConsentsParams) SetItems(Items []interface{}) *CreateBul
30
30
return params
31
31
}
32
32
33
+ //
33
34
func (c * ApiService ) CreateBulkConsents (params * CreateBulkConsentsParams ) (* AccountsV1BulkConsents , error ) {
34
35
path := "/v1/Consents/Bulk"
35
36
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ func (params *CreateBulkContactsParams) SetItems(Items []interface{}) *CreateBul
30
30
return params
31
31
}
32
32
33
+ //
33
34
func (c * ApiService ) CreateBulkContacts (params * CreateBulkContactsParams ) (* AccountsV1BulkContacts , error ) {
34
35
path := "/v1/Contacts/Bulk"
35
36
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ func (params *CreateAddressParams) SetStreetSecondary(StreetSecondary string) *C
94
94
return params
95
95
}
96
96
97
+ //
97
98
func (c * ApiService ) CreateAddress (params * CreateAddressParams ) (* ApiV2010Address , error ) {
98
99
path := "/2010-04-01/Accounts/{AccountSid}/Addresses.json"
99
100
if params != nil && params .PathAccountSid != nil {
@@ -164,6 +165,7 @@ func (params *DeleteAddressParams) SetPathAccountSid(PathAccountSid string) *Del
164
165
return params
165
166
}
166
167
168
+ //
167
169
func (c * ApiService ) DeleteAddress (Sid string , params * DeleteAddressParams ) error {
168
170
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
169
171
if params != nil && params .PathAccountSid != nil {
@@ -199,6 +201,7 @@ func (params *FetchAddressParams) SetPathAccountSid(PathAccountSid string) *Fetc
199
201
return params
200
202
}
201
203
204
+ //
202
205
func (c * ApiService ) FetchAddress (Sid string , params * FetchAddressParams ) (* ApiV2010Address , error ) {
203
206
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
204
207
if params != nil && params .PathAccountSid != nil {
@@ -470,6 +473,8 @@ func (params *UpdateAddressParams) SetStreetSecondary(StreetSecondary string) *U
470
473
return params
471
474
}
472
475
476
+
477
+ //
473
478
func (c * ApiService ) UpdateAddress (Sid string , params * UpdateAddressParams ) (* ApiV2010Address , error ) {
474
479
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
475
480
if params != nil && params .PathAccountSid != nil {
You can’t perform that action at this time.
0 commit comments