Class PaymentSetMethodInfoCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentSetMethodInfoCustomTypeActionBuilder
All Implemented Interfaces:
Builder<PaymentSetMethodInfoCustomTypeAction>

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

     PaymentSetMethodInfoCustomTypeAction paymentSetMethodInfoCustomTypeAction = PaymentSetMethodInfoCustomTypeAction.builder()
             .build()