Skip to content

Commit

Permalink
Additional payment method properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Apr 11, 2022
1 parent 1a70a68 commit 90369eb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/v1.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,7 @@
####Updated Classes
- TransactionError

####Build Process @ 2022-04-11 10:55:07
####Updated Classes
- Method

35 changes: 35 additions & 0 deletions src/Generated/V1/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,39 @@ class Method extends WebhookFoundation
*/
public $status;

/**
* Unique ID for the payments underlying token
*
* @var string
*/
public $tokenID;

/**
* ID for the billing profile
*
* @var string
*/
public $billingProfileID;

/**
* Unique Fingerprint for the method across all methods by this profile
*
* @var string
*/
public $profileFingerprint;

/**
* Unique Fingerprint for the method across the merchant
*
* @var string
*/
public $merchantFingerprint;

/**
* The expiry date of the underlying token
*
* @var number
*/
public $tokenExpiry;

}

0 comments on commit 90369eb

Please sign in to comment.