Class PaymentSetMethodInfoCustomFieldActionBuilder

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

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

     PaymentSetMethodInfoCustomFieldAction paymentSetMethodInfoCustomFieldAction = PaymentSetMethodInfoCustomFieldAction.builder()
             .name("{name}")
             .build()