Class PaymentSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentSetKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PaymentSetKeyAction>

public class PaymentSetKeyActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<PaymentSetKeyAction>
PaymentSetKeyActionBuilder
Example to create an instance using the builder pattern

     PaymentSetKeyAction paymentSetKeyAction = PaymentSetKeyAction.builder()
             .build()