Class AssociationInitiateRequest


  • public class AssociationInitiateRequest
    extends Object
    AssociationInitiateRequest
    • Constructor Detail

      • AssociationInitiateRequest

        public AssociationInitiateRequest()
    • Method Detail

      • ids

        public AssociationInitiateRequest ids​(List<String> ids)
        The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings.
        Parameters:
        ids -
        Returns:
        the current AssociationInitiateRequest instance, allowing for method chaining
      • getIds

        public List<String> getIds()
        The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings.
        Returns:
        ids
      • setIds

        public void setIds​(List<String> ids)
        The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings.
        Parameters:
        ids -
      • getType

        public AssociationInitiateRequest.TypeEnum getType()
        The type of resource that you are associating with the SCA device. Possible value: **PaymentInstrument**
        Returns:
        type
      • setType

        public void setType​(AssociationInitiateRequest.TypeEnum type)
        The type of resource that you are associating with the SCA device. Possible value: **PaymentInstrument**
        Parameters:
        type -
      • equals

        public boolean equals​(Object o)
        Return true if this AssociationInitiateRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static AssociationInitiateRequest fromJson​(String jsonString)
                                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of AssociationInitiateRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AssociationInitiateRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to AssociationInitiateRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AssociationInitiateRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException