Class MyCartRemovePaymentActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCartRemovePaymentActionBuilder
All Implemented Interfaces:
Builder<MyCartRemovePaymentAction>

public class MyCartRemovePaymentActionBuilder extends Object implements Builder<MyCartRemovePaymentAction>
MyCartRemovePaymentActionBuilder
Example to create an instance using the builder pattern

     MyCartRemovePaymentAction myCartRemovePaymentAction = MyCartRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()