Skip to content

Commit b9f4f8c

Browse files
authored
Merge pull request #78 from Adyen/payout_oneclick
Include Oneclick,Payout combination for recurring contracts
2 parents 8795806 + 87f2af5 commit b9f4f8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/adyen/model/recurring/Recurring.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ public enum ContractEnum {
4646
@SerializedName("ONECLICK,RECURRING,PAYOUT")
4747
ONECLICK_RECURRING_PAYOUT("ONECLICK,RECURRING,PAYOUT"),
4848

49+
@SerializedName("ONECLICK,PAYOUT")
50+
ONECLICK_PAYOUT("ONECLICK,PAYOUT"),
51+
4952
@SerializedName("RECURRING,PAYOUT")
5053
RECURRING_PAYOUT("RECURRING,PAYOUT");
5154

0 commit comments

Comments
 (0)