Skip to content

Commit baba343

Browse files
committed
update enum
1 parent d4f2e9c commit baba343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payments-api/src/main/java/com/intuit/payment/data/BankAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum BankAccountInputTypeEnum {
4646
private AccountType accountType = null;
4747

4848
public enum AccountType {
49-
PERSONAL_CHECKING, PERSONAL_SAVINGS
49+
PERSONAL_CHECKING, PERSONAL_SAVINGS, BUSINESS_CHECKING, BUSINESS_SAVINGS
5050
};
5151

5252
private String phone = null;

0 commit comments

Comments
 (0)