Interface MyCustomerSetVatIdAction

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

MyCustomerSetVatIdAction
Example to create an instance using the builder pattern

     MyCustomerSetVatIdAction myCustomerSetVatIdAction = MyCustomerSetVatIdAction.builder()
             .build()