Class PaymentSetMethodInfoTokenActionBuilder

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

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

     PaymentSetMethodInfoTokenAction paymentSetMethodInfoTokenAction = PaymentSetMethodInfoTokenAction.builder()
             .build()