Class PaymentSetCustomTypeActionBuilder

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

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

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