Class PaymentSetCustomTypeActionBuilder

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

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

     PaymentSetCustomTypeAction paymentSetCustomTypeAction = PaymentSetCustomTypeAction.builder()
             .build()