Interface PaymentSetCustomFieldAction

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

PaymentSetCustomFieldAction
Example to create an instance using the builder pattern

     PaymentSetCustomFieldAction paymentSetCustomFieldAction = PaymentSetCustomFieldAction.builder()
             .name("{name}")
             .build()