File tree Expand file tree Collapse file tree
src/main/java/com/pingplusplus/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ public class BatchTransferRecipient extends PingppObject {
1616 String failureMsg ;
1717 String orderNo ;
1818 String transactionNo ;
19+ String accountType ;
20+ String businessCode ;
21+ String cardType ;
1922
2023 public String getAccount () {
2124 return account ;
@@ -112,4 +115,28 @@ public String getTransactionNo() {
112115 public void setTransactionNo (String transactionNo ) {
113116 this .transactionNo = transactionNo ;
114117 }
118+
119+ public String getAccountType () {
120+ return accountType ;
121+ }
122+
123+ public void setAccountType (String accountType ) {
124+ this .accountType = accountType ;
125+ }
126+
127+ public String getBusinessCode () {
128+ return businessCode ;
129+ }
130+
131+ public void setBusinessCode (String businessCode ) {
132+ this .businessCode = businessCode ;
133+ }
134+
135+ public String getCardType () {
136+ return cardType ;
137+ }
138+
139+ public void setCardType (String cardType ) {
140+ this .cardType = cardType ;
141+ }
115142}
You can’t perform that action at this time.
0 commit comments