Skip to content

Commit 9d64031

Browse files
committed
V25.12.1 - 2025-12-16
1 parent 278975f commit 9d64031

20 files changed

+832
-413
lines changed

src/ConstantContact/Definition/AdditionalPaymentOptionConfigurationDto.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/ConstantContact/Definition/CheckPaymentOptionConfigurationDto.php

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
/**
8+
* @property string $registration_id The unique ID used to identify an event registration.
9+
* @property string $contact_id The unique ID used to identify a contact.
10+
* @property int $checkedIn_tickets The total number of tickets assigned to a given <code>registration_id</code>.
11+
* @property string $checkin_status Provides the status of eligible checkin tickets.
12+
* @property int $eligible_checkin_tickets The total number of tickets eligible for checkin.
13+
* @property \PHPFUI\ConstantContact\DateTime $registration_date The event registration date, in ISO format.
14+
* @property string $registration_status Provides the current registration status; <code>REGISTERED</code>, <code>PENDING</code>, <code>CANCELED</code>, <code>EXPIRED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>.
15+
* @property bool $display_physical_tickets Determines if the physical tickets should display or not display.
16+
* @property array<\PHPFUI\ConstantContact\Definition\SimpleFieldDto> $contact
17+
* @property array<\PHPFUI\ConstantContact\Definition\RegistrationTicketDto> $tickets
18+
* @property \PHPFUI\ConstantContact\Definition\OrderDetailsDto $order_summary
19+
*/
20+
class DetailedRegistrationDto extends \PHPFUI\ConstantContact\Definition\Base
21+
{
22+
protected static array $fields = [
23+
'registration_id' => 'string',
24+
'contact_id' => 'string',
25+
'checkedIn_tickets' => 'int',
26+
'checkin_status' => 'string',
27+
'eligible_checkin_tickets' => 'int',
28+
'registration_date' => '\PHPFUI\ConstantContact\DateTime',
29+
'registration_status' => 'string',
30+
'display_physical_tickets' => 'bool',
31+
'contact' => 'array<\PHPFUI\ConstantContact\Definition\SimpleFieldDto>',
32+
'tickets' => 'array<\PHPFUI\ConstantContact\Definition\RegistrationTicketDto>',
33+
'order_summary' => '\PHPFUI\ConstantContact\Definition\OrderDetailsDto',
34+
35+
];
36+
}

src/ConstantContact/Definition/EventDto.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* @property string $location_type Specifies if the event is physical and/or virtual, or to be determined.
3838
* @property bool $notify_owner_on_reg If `true`, sends an email to the event owner when a registration is made.
3939
* @property \PHPFUI\ConstantContact\Definition\OnlineMeetingDto $online_meeting The online meeting information for a virtual event.
40-
* @property \PHPFUI\ConstantContact\Definition\PaymentConfigurationDto $payment_configuration The virtual event's payment configuration information.
4140
* @property string $registration_url The event registration URL.
4241
* @property string $status Specifies the event's current status.
4342
* @property string $time_zone The time zone where the event takes place.
@@ -78,7 +77,6 @@ class EventDto extends \PHPFUI\ConstantContact\Definition\Base
7877
'location_type' => 'string',
7978
'notify_owner_on_reg' => 'bool',
8079
'online_meeting' => '\PHPFUI\ConstantContact\Definition\OnlineMeetingDto',
81-
'payment_configuration' => '\PHPFUI\ConstantContact\Definition\PaymentConfigurationDto',
8280
'registration_url' => 'string',
8381
'status' => 'string',
8482
'time_zone' => 'string',

src/ConstantContact/Definition/EventPlatformFeeConfigurationBaseDto.php

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
/**
8+
* @property string $amount The formatted amount of the line item.
9+
* @property int $amount_unformatted The unformatted amount of the line item.
10+
* @property string $line_item_type Type of line item.
11+
* @property string $name The name of the line item.
12+
*/
13+
class LineItemDetailsDto extends \PHPFUI\ConstantContact\Definition\Base
14+
{
15+
protected static array $fields = [
16+
'amount' => 'string',
17+
'amount_unformatted' => 'int',
18+
'line_item_type' => 'string',
19+
'name' => 'string',
20+
21+
];
22+
}

src/ConstantContact/Definition/Message.php

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
/**
8+
* @property array<\PHPFUI\ConstantContact\Definition\LineItemDetailsDto> $details
9+
* @property string $number The system assigned string value used to identify the event order.
10+
* @property string $payment_method The payment method used when the order was placed. Acceptable payment methods include; `STRIPE` and `PAYPAL`.
11+
* @property string $payment_status The event registration payment status. Acceptable values include; <code>PENDING</code>, <code>PAID</code>, <code>REFUNDED</code>, <code>CANCELLED</code>, <code>FAILED</code>, <code>CHARGED_BACK</code>, <code>PENDING</code>, <code>UNKNOWN</code.
12+
* @property string $payment_time Displays the date and time the payment was made, in ISO format.
13+
* @property string $payment_transaction_id The unique ID used to identify a payment transaction.
14+
* @property string $tickets_link The URL used to access purchased tickets.
15+
* @property string $tickets_text Text that describes the event and ticket information.
16+
* @property string $title The title for the order.
17+
*/
18+
class OrderDetailsDto extends \PHPFUI\ConstantContact\Definition\Base
19+
{
20+
protected static array $fields = [
21+
'details' => 'array<\PHPFUI\ConstantContact\Definition\LineItemDetailsDto>',
22+
'number' => 'string',
23+
'payment_method' => 'string',
24+
'payment_status' => 'string',
25+
'payment_time' => 'string',
26+
'payment_transaction_id' => 'string',
27+
'tickets_link' => 'string',
28+
'tickets_text' => 'string',
29+
'title' => 'string',
30+
31+
];
32+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
/**
8+
* @property \PHPFUI\ConstantContact\Definition\RegistrationsLinks $_links
9+
* @property string $next_cursor Use to get the next page of results.
10+
* @property string $prev_cursor Use to get the previous page of results.
11+
* @property array<\PHPFUI\ConstantContact\Definition\RegistrantInformationLiteDto> $records
12+
* @property int $total_records The total number of resulting records.
13+
*/
14+
class PaginatedRegistrations extends \PHPFUI\ConstantContact\Definition\Base
15+
{
16+
protected static array $fields = [
17+
'_links' => '\PHPFUI\ConstantContact\Definition\RegistrationsLinks',
18+
'next_cursor' => 'string',
19+
'prev_cursor' => 'string',
20+
'records' => 'array<\PHPFUI\ConstantContact\Definition\RegistrantInformationLiteDto>',
21+
'total_records' => 'int',
22+
23+
];
24+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// Generated file. Do not edit by hand. Use update.php in project root.
4+
5+
namespace PHPFUI\ConstantContact\Definition;
6+
7+
/**
8+
* @property int $unsubscribed_count The number of email addresses that were unsubscribed
9+
*/
10+
class PartnerUnsubscribeResponse extends \PHPFUI\ConstantContact\Definition\Base
11+
{
12+
protected static array $fields = [
13+
'unsubscribed_count' => 'int',
14+
15+
];
16+
}

0 commit comments

Comments
 (0)