Interface PaymentSetInterfaceIdAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetInterfaceIdAction extends PaymentUpdateAction
PaymentSetInterfaceIdAction
Example to create an instance using the builder pattern

     PaymentSetInterfaceIdAction paymentSetInterfaceIdAction = PaymentSetInterfaceIdAction.builder()
             .interfaceId("{interfaceId}")
             .build()
 
  • Field Details

    • SET_INTERFACE_ID

      static final String SET_INTERFACE_ID
      discriminator value for PaymentSetInterfaceIdAction
      See Also:
  • Method Details

    • getInterfaceId

      @NotNull @NotNull String getInterfaceId()

      Value to set. Once set, the interfaceId cannot be changed.

      Returns:
      interfaceId
    • setInterfaceId

      void setInterfaceId(String interfaceId)

      Value to set. Once set, the interfaceId cannot be changed.

      Parameters:
      interfaceId - value to be set
    • of

      factory method
      Returns:
      instance of PaymentSetInterfaceIdAction
    • of

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

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

      builder factory method for PaymentSetInterfaceIdAction
      Returns:
      builder
    • builder

      create builder for PaymentSetInterfaceIdAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withPaymentSetInterfaceIdAction

      default <T> T withPaymentSetInterfaceIdAction(Function<PaymentSetInterfaceIdAction,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<PaymentSetInterfaceIdAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference