Interface MyPaymentSetCustomFieldAction

All Superinterfaces:
MyPaymentUpdateAction, ResourceUpdateAction<MyPaymentUpdateAction>
All Known Implementing Classes:
MyPaymentSetCustomFieldActionImpl

MyPaymentSetCustomFieldAction
Example to create an instance using the builder pattern

     MyPaymentSetCustomFieldAction myPaymentSetCustomFieldAction = MyPaymentSetCustomFieldAction.builder()
             .name("{name}")
             .build()