File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/main/java/com/pingplusplus/model Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.pingxx</groupId >
77 <artifactId >pingpp-java</artifactId >
8- <version >2.5.4 </version >
8+ <version >2.5.5 </version >
99 <packaging >jar</packaging >
1010
1111 <name >pingpp-java</name >
Original file line number Diff line number Diff line change 88
99public class Refund extends APIResource {
1010 String id ;
11+ String app ;
1112 String object ;
1213 String orderNo ;
1314 Integer amount ;
@@ -175,6 +176,14 @@ public String getCurrency() {
175176 public void setCurrency (String currency ) {
176177 this .currency = currency ;
177178 }
179+
180+ public String getApp () {
181+ return app ;
182+ }
183+
184+ public void setApp (String app ) {
185+ this .app = app ;
186+ }
178187 /**
179188 * 创建 refund
180189 *
You can’t perform that action at this time.
0 commit comments