Class MyPaymentSetMethodInfoNameActionBuilder

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

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

     MyPaymentSetMethodInfoNameAction myPaymentSetMethodInfoNameAction = MyPaymentSetMethodInfoNameAction.builder()
             .build()