Interface PaymentSetKeyAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>
All Known Implementing Classes:
PaymentSetKeyActionImpl

public interface PaymentSetKeyAction extends PaymentUpdateAction
PaymentSetKeyAction
Example to create an instance using the builder pattern

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