Skip to content

Add Recurring methods#103

Open
aleksanderkakol wants to merge 6 commits intomasterfrom
recurring-methods
Open

Add Recurring methods#103
aleksanderkakol wants to merge 6 commits intomasterfrom
recurring-methods

Conversation

@aleksanderkakol
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

Tpay OpenAPI SDK -

@@ -0,0 +1,14 @@
<?php

namespace Tpay\OpenApi\Model\Fields\Recurring;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for readability maybe move payment instrument and schedule related fields definitions into separate namespaces under Recurring

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

class Recurring extends Objects
{
const OBJECT_FIELDS = [
'recurringId' => Id::class,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in original documentation it was just id, I can see it is recurringId in NHS as well - note to self to update documentation ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants