Class PaymentSetCustomerActionBuilder

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

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

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