Class MyPaymentSetMethodInfoMethodActionBuilder

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

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

     MyPaymentSetMethodInfoMethodAction myPaymentSetMethodInfoMethodAction = MyPaymentSetMethodInfoMethodAction.builder()
             .build()