File tree Expand file tree Collapse file tree
src/ConstantContact/V3/Billing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // Generated file. Do not edit by hand. Use update.php in project root.
4+
5+ namespace PHPFUI \ConstantContact \V3 \Billing ;
6+
7+ class Addons extends \PHPFUI \ConstantContact \Base
8+ {
9+ public function __construct (\PHPFUI \ConstantContact \Client $ client )
10+ {
11+ parent ::__construct ($ client , '/v3/billing/add-ons ' );
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // Generated file. Do not edit by hand. Use update.php in project root.
4+
5+ namespace PHPFUI \ConstantContact \V3 \Billing \Addons ;
6+
7+ class Cancel extends \PHPFUI \ConstantContact \Base
8+ {
9+ public function __construct (\PHPFUI \ConstantContact \Client $ client )
10+ {
11+ parent ::__construct ($ client , '/v3/billing/add-ons/{service_id}/cancel ' );
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // Generated file. Do not edit by hand. Use update.php in project root.
4+
5+ namespace PHPFUI \ConstantContact \V3 \Billing \Branding ;
6+
7+ class Logo extends \PHPFUI \ConstantContact \Base
8+ {
9+ public function __construct (\PHPFUI \ConstantContact \Client $ client )
10+ {
11+ parent ::__construct ($ client , '/v3/billing/branding/logo ' );
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // Generated file. Do not edit by hand. Use update.php in project root.
4+
5+ namespace PHPFUI \ConstantContact \V3 \Billing ;
6+
7+ class Plan extends \PHPFUI \ConstantContact \Base
8+ {
9+ public function __construct (\PHPFUI \ConstantContact \Client $ client )
10+ {
11+ parent ::__construct ($ client , '/v3/billing/plan ' );
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // Generated file. Do not edit by hand. Use update.php in project root.
4+
5+ namespace PHPFUI \ConstantContact \V3 \Billing \Statement ;
6+
7+ class Email extends \PHPFUI \ConstantContact \Base
8+ {
9+ public function __construct (\PHPFUI \ConstantContact \Client $ client )
10+ {
11+ parent ::__construct ($ client , '/v3/billing/statement/email ' );
12+ }
13+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ swagger: "2.0"
33info:
44 description: "The Constant Contact, Inc. V3 public API, for building integrations\
55 \ with Constant Contact, the leading small-business email marketing platform."
6- version: "3.0.158 "
6+ version: "3.0.160 "
77 title: "AppConnect V3"
88 contact:
99 name: "webservices@constantcontact.com"
@@ -1299,6 +1299,11 @@ paths:
12991299 x-authorization-privileges:
13001300 - "contacts:write"
13011301 /billing/transactions: {}
1302+ /billing/statement/email: {}
1303+ /billing/branding/logo: {}
1304+ /billing/add-ons/{service_id}/cancel: {}
1305+ /billing/plan: {}
1306+ /billing/add-ons: {}
13021307 /events:
13031308 get:
13041309 tags:
You can’t perform that action at this time.
0 commit comments