Class PaymentSetMethodInfoMethodActionBuilder

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

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

     PaymentSetMethodInfoMethodAction paymentSetMethodInfoMethodAction = PaymentSetMethodInfoMethodAction.builder()
             .build()