Class PaymentMethodSetNameActionBuilder

java.lang.Object
com.commercetools.api.models.payment_method.PaymentMethodSetNameActionBuilder
All Implemented Interfaces:
Builder<PaymentMethodSetNameAction>

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

     PaymentMethodSetNameAction paymentMethodSetNameAction = PaymentMethodSetNameAction.builder()
             .build()