public Payment()

in src/service-sdk/src/main/java/com/google/abmedge/payment/Payment.java [61:65]


  public Payment(List<PaymentUnit> unitList, PaymentType type, BigDecimal paidAmount) {
    this.unitList = unitList;
    this.type = type;
    this.paidAmount = paidAmount;
  }