Interface PaymentInfo

All Known Implementing Classes:
PaymentInfoImpl

public interface PaymentInfo
PaymentInfo
Example to create an instance using the builder pattern

     PaymentInfo paymentInfo = PaymentInfo.builder()
             .plusPayments(paymentsBuilder -> paymentsBuilder)
             .build()
 
  • Method Details