Skip to content

Commit

Permalink
Update all services (Adyen#712)
Browse files Browse the repository at this point in the history
* [reformat][adyen-sdk-automation] automated change

* style(fmt): code formatted

---------

Co-authored-by: AdyenAutomationBot <Adyen Automation [email protected]>
  • Loading branch information
AdyenAutomationBot and AdyenAutomationBot authored Nov 25, 2024
1 parent def37d7 commit 3c27ec0
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Adyen/Model/BalancePlatform/CreateSweepConfigurationV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class CreateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'description' => 'string',
'priorities' => 'string[]',
'reason' => 'string',
'reasonDetail' => 'string',
'reference' => 'string',
'referenceForBeneficiary' => 'string',
'schedule' => '\Adyen\Model\BalancePlatform\SweepSchedule',
Expand All @@ -74,6 +75,7 @@ class CreateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'description' => null,
'priorities' => null,
'reason' => null,
'reasonDetail' => null,
'reference' => null,
'referenceForBeneficiary' => null,
'schedule' => null,
Expand All @@ -96,6 +98,7 @@ class CreateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'description' => false,
'priorities' => false,
'reason' => false,
'reasonDetail' => false,
'reference' => false,
'referenceForBeneficiary' => false,
'schedule' => false,
Expand Down Expand Up @@ -198,6 +201,7 @@ public function isNullableSetToNull(string $property): bool
'description' => 'description',
'priorities' => 'priorities',
'reason' => 'reason',
'reasonDetail' => 'reasonDetail',
'reference' => 'reference',
'referenceForBeneficiary' => 'referenceForBeneficiary',
'schedule' => 'schedule',
Expand All @@ -220,6 +224,7 @@ public function isNullableSetToNull(string $property): bool
'description' => 'setDescription',
'priorities' => 'setPriorities',
'reason' => 'setReason',
'reasonDetail' => 'setReasonDetail',
'reference' => 'setReference',
'referenceForBeneficiary' => 'setReferenceForBeneficiary',
'schedule' => 'setSchedule',
Expand All @@ -242,6 +247,7 @@ public function isNullableSetToNull(string $property): bool
'description' => 'getDescription',
'priorities' => 'getPriorities',
'reason' => 'getReason',
'reasonDetail' => 'getReasonDetail',
'reference' => 'getReference',
'referenceForBeneficiary' => 'getReferenceForBeneficiary',
'schedule' => 'getSchedule',
Expand Down Expand Up @@ -437,6 +443,7 @@ public function __construct(array $data = null)
$this->setIfExists('description', $data ?? [], null);
$this->setIfExists('priorities', $data ?? [], null);
$this->setIfExists('reason', $data ?? [], null);
$this->setIfExists('reasonDetail', $data ?? [], null);
$this->setIfExists('reference', $data ?? [], null);
$this->setIfExists('referenceForBeneficiary', $data ?? [], null);
$this->setIfExists('schedule', $data ?? [], null);
Expand Down Expand Up @@ -707,6 +714,30 @@ public function setReason($reason)
return $this;
}

/**
* Gets reasonDetail
*
* @return string|null
*/
public function getReasonDetail()
{
return $this->container['reasonDetail'];
}

/**
* Sets reasonDetail
*
* @param string|null $reasonDetail The human readable reason for disabling the sweep.
*
* @return self
*/
public function setReasonDetail($reasonDetail)
{
$this->container['reasonDetail'] = $reasonDetail;

return $this;
}

/**
* Gets reference
*
Expand Down
31 changes: 31 additions & 0 deletions src/Adyen/Model/BalancePlatform/SweepConfigurationV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => 'string',
'priorities' => 'string[]',
'reason' => 'string',
'reasonDetail' => 'string',
'reference' => 'string',
'referenceForBeneficiary' => 'string',
'schedule' => '\Adyen\Model\BalancePlatform\SweepSchedule',
Expand All @@ -76,6 +77,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => null,
'priorities' => null,
'reason' => null,
'reasonDetail' => null,
'reference' => null,
'referenceForBeneficiary' => null,
'schedule' => null,
Expand All @@ -99,6 +101,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => false,
'priorities' => false,
'reason' => false,
'reasonDetail' => false,
'reference' => false,
'referenceForBeneficiary' => false,
'schedule' => false,
Expand Down Expand Up @@ -202,6 +205,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'id',
'priorities' => 'priorities',
'reason' => 'reason',
'reasonDetail' => 'reasonDetail',
'reference' => 'reference',
'referenceForBeneficiary' => 'referenceForBeneficiary',
'schedule' => 'schedule',
Expand All @@ -225,6 +229,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'setId',
'priorities' => 'setPriorities',
'reason' => 'setReason',
'reasonDetail' => 'setReasonDetail',
'reference' => 'setReference',
'referenceForBeneficiary' => 'setReferenceForBeneficiary',
'schedule' => 'setSchedule',
Expand All @@ -248,6 +253,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'getId',
'priorities' => 'getPriorities',
'reason' => 'getReason',
'reasonDetail' => 'getReasonDetail',
'reference' => 'getReference',
'referenceForBeneficiary' => 'getReferenceForBeneficiary',
'schedule' => 'getSchedule',
Expand Down Expand Up @@ -444,6 +450,7 @@ public function __construct(array $data = null)
$this->setIfExists('id', $data ?? [], null);
$this->setIfExists('priorities', $data ?? [], null);
$this->setIfExists('reason', $data ?? [], null);
$this->setIfExists('reasonDetail', $data ?? [], null);
$this->setIfExists('reference', $data ?? [], null);
$this->setIfExists('referenceForBeneficiary', $data ?? [], null);
$this->setIfExists('schedule', $data ?? [], null);
Expand Down Expand Up @@ -741,6 +748,30 @@ public function setReason($reason)
return $this;
}

/**
* Gets reasonDetail
*
* @return string|null
*/
public function getReasonDetail()
{
return $this->container['reasonDetail'];
}

/**
* Sets reasonDetail
*
* @param string|null $reasonDetail The human readable reason for disabling the sweep.
*
* @return self
*/
public function setReasonDetail($reasonDetail)
{
$this->container['reasonDetail'] = $reasonDetail;

return $this;
}

/**
* Gets reference
*
Expand Down
31 changes: 31 additions & 0 deletions src/Adyen/Model/BalancePlatform/UpdateSweepConfigurationV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class UpdateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'id' => 'string',
'priorities' => 'string[]',
'reason' => 'string',
'reasonDetail' => 'string',
'reference' => 'string',
'referenceForBeneficiary' => 'string',
'schedule' => '\Adyen\Model\BalancePlatform\SweepSchedule',
Expand All @@ -76,6 +77,7 @@ class UpdateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'id' => null,
'priorities' => null,
'reason' => null,
'reasonDetail' => null,
'reference' => null,
'referenceForBeneficiary' => null,
'schedule' => null,
Expand All @@ -99,6 +101,7 @@ class UpdateSweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSe
'id' => false,
'priorities' => false,
'reason' => false,
'reasonDetail' => false,
'reference' => false,
'referenceForBeneficiary' => false,
'schedule' => false,
Expand Down Expand Up @@ -202,6 +205,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'id',
'priorities' => 'priorities',
'reason' => 'reason',
'reasonDetail' => 'reasonDetail',
'reference' => 'reference',
'referenceForBeneficiary' => 'referenceForBeneficiary',
'schedule' => 'schedule',
Expand All @@ -225,6 +229,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'setId',
'priorities' => 'setPriorities',
'reason' => 'setReason',
'reasonDetail' => 'setReasonDetail',
'reference' => 'setReference',
'referenceForBeneficiary' => 'setReferenceForBeneficiary',
'schedule' => 'setSchedule',
Expand All @@ -248,6 +253,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'getId',
'priorities' => 'getPriorities',
'reason' => 'getReason',
'reasonDetail' => 'getReasonDetail',
'reference' => 'getReference',
'referenceForBeneficiary' => 'getReferenceForBeneficiary',
'schedule' => 'getSchedule',
Expand Down Expand Up @@ -444,6 +450,7 @@ public function __construct(array $data = null)
$this->setIfExists('id', $data ?? [], null);
$this->setIfExists('priorities', $data ?? [], null);
$this->setIfExists('reason', $data ?? [], null);
$this->setIfExists('reasonDetail', $data ?? [], null);
$this->setIfExists('reference', $data ?? [], null);
$this->setIfExists('referenceForBeneficiary', $data ?? [], null);
$this->setIfExists('schedule', $data ?? [], null);
Expand Down Expand Up @@ -729,6 +736,30 @@ public function setReason($reason)
return $this;
}

/**
* Gets reasonDetail
*
* @return string|null
*/
public function getReasonDetail()
{
return $this->container['reasonDetail'];
}

/**
* Sets reasonDetail
*
* @param string|null $reasonDetail The human readable reason for disabling the sweep.
*
* @return self
*/
public function setReasonDetail($reasonDetail)
{
$this->container['reasonDetail'] = $reasonDetail;

return $this;
}

/**
* Gets reference
*
Expand Down
31 changes: 31 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/SweepConfigurationV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => 'string',
'priorities' => 'string[]',
'reason' => 'string',
'reasonDetail' => 'string',
'reference' => 'string',
'referenceForBeneficiary' => 'string',
'schedule' => '\Adyen\Model\ConfigurationWebhooks\SweepSchedule',
Expand All @@ -76,6 +77,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => null,
'priorities' => null,
'reason' => null,
'reasonDetail' => null,
'reference' => null,
'referenceForBeneficiary' => null,
'schedule' => null,
Expand All @@ -99,6 +101,7 @@ class SweepConfigurationV2 implements ModelInterface, ArrayAccess, \JsonSerializ
'id' => false,
'priorities' => false,
'reason' => false,
'reasonDetail' => false,
'reference' => false,
'referenceForBeneficiary' => false,
'schedule' => false,
Expand Down Expand Up @@ -202,6 +205,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'id',
'priorities' => 'priorities',
'reason' => 'reason',
'reasonDetail' => 'reasonDetail',
'reference' => 'reference',
'referenceForBeneficiary' => 'referenceForBeneficiary',
'schedule' => 'schedule',
Expand All @@ -225,6 +229,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'setId',
'priorities' => 'setPriorities',
'reason' => 'setReason',
'reasonDetail' => 'setReasonDetail',
'reference' => 'setReference',
'referenceForBeneficiary' => 'setReferenceForBeneficiary',
'schedule' => 'setSchedule',
Expand All @@ -248,6 +253,7 @@ public function isNullableSetToNull(string $property): bool
'id' => 'getId',
'priorities' => 'getPriorities',
'reason' => 'getReason',
'reasonDetail' => 'getReasonDetail',
'reference' => 'getReference',
'referenceForBeneficiary' => 'getReferenceForBeneficiary',
'schedule' => 'getSchedule',
Expand Down Expand Up @@ -444,6 +450,7 @@ public function __construct(array $data = null)
$this->setIfExists('id', $data ?? [], null);
$this->setIfExists('priorities', $data ?? [], null);
$this->setIfExists('reason', $data ?? [], null);
$this->setIfExists('reasonDetail', $data ?? [], null);
$this->setIfExists('reference', $data ?? [], null);
$this->setIfExists('referenceForBeneficiary', $data ?? [], null);
$this->setIfExists('schedule', $data ?? [], null);
Expand Down Expand Up @@ -741,6 +748,30 @@ public function setReason($reason)
return $this;
}

/**
* Gets reasonDetail
*
* @return string|null
*/
public function getReasonDetail()
{
return $this->container['reasonDetail'];
}

/**
* Sets reasonDetail
*
* @param string|null $reasonDetail The human readable reason for disabling the sweep.
*
* @return self
*/
public function setReasonDetail($reasonDetail)
{
$this->container['reasonDetail'] = $reasonDetail;

return $this;
}

/**
* Gets reference
*
Expand Down

0 comments on commit 3c27ec0

Please sign in to comment.