Class PaymentSetMethodInfoInterfaceAccountActionBuilder

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

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

     PaymentSetMethodInfoInterfaceAccountAction paymentSetMethodInfoInterfaceAccountAction = PaymentSetMethodInfoInterfaceAccountAction.builder()
             .build()