예제 #1
0
 public List<Product> getProducts() {
   return payment.getProducts();
 }
예제 #2
0
 public Store getStore() {
   return payment.getStore();
 }
예제 #3
0
 public Date getExpirationDate() {
   return payment.getExpirationDate();
 }
예제 #4
0
 public String getCardNumber() {
   return payment.getCardNumber();
 }
예제 #5
0
 public CardType getCardType() {
   return payment.getCardType();
 }
예제 #6
0
 @JsonProperty("id")
 public String getPaymentId() {
   return payment.getId();
 }