Skip to content

Commit 5900411

Browse files
committed
V26.6.2 - 2026-06-13
1 parent 0ed394e commit 5900411

6 files changed

Lines changed: 71 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

yaml/swagger.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ swagger: "2.0"
33
info:
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:

0 commit comments

Comments
 (0)