Class CartAddPaymentActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartAddPaymentActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartAddPaymentAction>

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

     CartAddPaymentAction cartAddPaymentAction = CartAddPaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()