Class MyPaymentSetMethodInfoCustomTypeActionBuilder

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

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

     MyPaymentSetMethodInfoCustomTypeAction myPaymentSetMethodInfoCustomTypeAction = MyPaymentSetMethodInfoCustomTypeAction.builder()
             .build()