Class CartRemovePaymentActionBuilder

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

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

     CartRemovePaymentAction cartRemovePaymentAction = CartRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()