Class PaymentSetCustomFieldActionBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentSetCustomFieldActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PaymentSetCustomFieldAction>

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

     PaymentSetCustomFieldAction paymentSetCustomFieldAction = PaymentSetCustomFieldAction.builder()
             .name("{name}")
             .build()