Class PaymentInfoBuilder

java.lang.Object
com.commercetools.api.models.order.PaymentInfoBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PaymentInfo>

public class PaymentInfoBuilder extends Object implements io.vrap.rmf.base.client.Builder<PaymentInfo>
PaymentInfoBuilder
Example to create an instance using the builder pattern

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

    • PaymentInfoBuilder

      public PaymentInfoBuilder()
  • Method Details