Class MyPaymentSetMethodInfoInterfaceAccountActionBuilder

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

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

     MyPaymentSetMethodInfoInterfaceAccountAction myPaymentSetMethodInfoInterfaceAccountAction = MyPaymentSetMethodInfoInterfaceAccountAction.builder()
             .build()