Skip to content

Commit

Permalink
Add Payment Method Issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Dec 8, 2023
1 parent 1b84f72 commit 37e32ea
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -213,3 +213,7 @@
####Updated Classes
- MethodRefreshed

####Build Process @ 2023-12-08 14:21:08
####Updated Classes
- ChargeTransaction

7 changes: 7 additions & 0 deletions src/Generated/V1/ChargeTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ class ChargeTransaction extends WebhookFoundation
public const PAYMENT_METHOD_INPUT_TYPE_PROXY = "PROXY";
public $paymentMethodInputType;

/**
* Payment Method Issuer, e.g. HSBC
*
* @var string
*/
public $paymentMethodIssuer;

/**
* ID for the payment method token used
*
Expand Down

0 comments on commit 37e32ea

Please sign in to comment.