Skip to content

Commit 01e7ea2

Browse files
Merge pull request #305 from recurly/v3-v2021-02-25-16937962261
Generated Latest Changes for v2021-02-25
2 parents ab6e471 + 4b57b61 commit 01e7ea2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

openapi/api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27032,6 +27032,7 @@ components:
2703227032
- eft
2703327033
- gateway_token
2703427034
- google_pay
27035+
- google_pay_device_pan
2703527036
- iban_bank_account
2703627037
- money_order
2703727038
- other

src/main/java/com/recurly/v3/Constants.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,6 +1438,9 @@ public enum PaymentMethod {
14381438
@SerializedName("google_pay")
14391439
GOOGLE_PAY,
14401440

1441+
@SerializedName("google_pay_device_pan")
1442+
GOOGLE_PAY_DEVICE_PAN,
1443+
14411444
@SerializedName("iban_bank_account")
14421445
IBAN_BANK_ACCOUNT,
14431446

0 commit comments

Comments
 (0)