Class PaymentSetMethodInfoActionBuilder

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

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

     PaymentSetMethodInfoAction paymentSetMethodInfoAction = PaymentSetMethodInfoAction.builder()
             .build()