Interface PaymentSetMethodInfoNameAction

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

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

     PaymentSetMethodInfoNameAction paymentSetMethodInfoNameAction = PaymentSetMethodInfoNameAction.builder()
             .build()