|
@@ -78,4 +78,12 @@ public class InputAchievementOrder {
|
|
|
this.paymentId = paymentId;
|
|
this.paymentId = paymentId;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public String getPaymentType() {
|
|
|
|
|
+ return paymentType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPaymentType(String paymentType) {
|
|
|
|
|
+ this.paymentType = paymentType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|