Class PaymentSetMethodInfoNameActionBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentSetMethodInfoNameActionBuilder
All Implemented Interfaces:
Builder<PaymentSetMethodInfoNameAction>

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

     PaymentSetMethodInfoNameAction paymentSetMethodInfoNameAction = PaymentSetMethodInfoNameAction.builder()
             .build()