Class MyPaymentSetMethodInfoNameActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyPaymentSetMethodInfoNameActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyPaymentSetMethodInfoNameAction>

public class MyPaymentSetMethodInfoNameActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<MyPaymentSetMethodInfoNameAction>
MyPaymentSetMethodInfoNameActionBuilder
Example to create an instance using the builder pattern

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