Interface MyCustomerSetCustomFieldAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerSetCustomFieldActionImpl

MyCustomerSetCustomFieldAction
Example to create an instance using the builder pattern

     MyCustomerSetCustomFieldAction myCustomerSetCustomFieldAction = MyCustomerSetCustomFieldAction.builder()
             .name("{name}")
             .build()