Interface CustomerSetVatIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetVatIdAction extends CustomerUpdateAction
CustomerSetVatIdAction
Example to create an instance using the builder pattern

     CustomerSetVatIdAction customerSetVatIdAction = CustomerSetVatIdAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getVatId

      String getVatId()

      Value to set. If empty, any existing value is removed.

      Returns:
      vatId
    • setVatId

      void setVatId(String vatId)

      Value to set. If empty, any existing value is removed.

      Parameters:
      vatId - value to be set
    • of

      factory method
      Returns:
      instance of CustomerSetVatIdAction
    • of

      factory method to create a shallow copy CustomerSetVatIdAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      factory method to create a deep copy of CustomerSetVatIdAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      builder factory method for CustomerSetVatIdAction
      Returns:
      builder
    • builder

      create builder for CustomerSetVatIdAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withCustomerSetVatIdAction

      default <T> T withCustomerSetVatIdAction(Function<CustomerSetVatIdAction,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<CustomerSetVatIdAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference