Class MyPaymentSetMethodInfoCustomFieldActionBuilder

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

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

     MyPaymentSetMethodInfoCustomFieldAction myPaymentSetMethodInfoCustomFieldAction = MyPaymentSetMethodInfoCustomFieldAction.builder()
             .name("{name}")
             .build()