Skip to content

Commit 773eb3a

Browse files
committed
chore: update subscription API to include allowed payment methods in requests and responses
1 parent 94cc3c4 commit 773eb3a

File tree

283 files changed

+564
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+564
-76
lines changed

lib/ActivateSubscriptionRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27+
2728
namespace Monei\Model;
2829

2930
use ArrayAccess;
3031
use Monei\ObjectSerializer;
32+
3133
/**
3234
* ActivateSubscriptionRequest Class Doc Comment
3335
*

lib/Address.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27+
2728
namespace Monei\Model;
2829

2930
use ArrayAccess;
3031
use Monei\ObjectSerializer;
32+
3133
/**
3234
* Address Class Doc Comment
3335
*

lib/Api/ApplePayDomainApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* ApplePayDomainApi Class Doc Comment
4446
*

lib/Api/BizumApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* BizumApi Class Doc Comment
4446
*

lib/Api/PaymentMethodsApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* PaymentMethodsApi Class Doc Comment
4446
*

lib/Api/PaymentsApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* PaymentsApi Class Doc Comment
4446
*

lib/Api/SubscriptionsApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* SubscriptionsApi Class Doc Comment
4446
*

lib/ApiException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei;
2728

2829
use Exception;
30+
2931
/**
3032
* ApiException Class Doc Comment
3133
*

lib/ApplePayDomainApi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* https://openapi-generator.tech
2424
* Do not edit the class manually.
2525
*/
26+
2627
namespace Monei\Api;
2728

2829
use Monei\Internal\GuzzleHttp\Client;
@@ -39,6 +40,7 @@
3940
use Monei\FormDataProcessor;
4041
use Monei\HeaderSelector;
4142
use Monei\ObjectSerializer;
43+
4244
/**
4345
* ApplePayDomainApi Class Doc Comment
4446
*

lib/BadRequestError.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
* https://openapi-generator.tech
2525
* Do not edit the class manually.
2626
*/
27+
2728
namespace Monei\Model;
2829

2930
use ArrayAccess;
3031
use Monei\ObjectSerializer;
32+
3133
/**
3234
* BadRequestError Class Doc Comment
3335
*

0 commit comments

Comments
 (0)