Class PaymentSetCustomerActionBuilder

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

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

     PaymentSetCustomerAction paymentSetCustomerAction = PaymentSetCustomerAction.builder()
             .build()