Class TransferRequestReview


  • public class TransferRequestReview
    extends Object
    TransferRequestReview
    • Constructor Detail

      • TransferRequestReview

        public TransferRequestReview()
    • Method Detail

      • numberOfApprovalsRequired

        public TransferRequestReview numberOfApprovalsRequired​(Integer numberOfApprovalsRequired)
        Specifies the number of [approvals](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) required to process the transfer.
        Parameters:
        numberOfApprovalsRequired -
        Returns:
        the current TransferRequestReview instance, allowing for method chaining
      • getNumberOfApprovalsRequired

        public Integer getNumberOfApprovalsRequired()
        Specifies the number of [approvals](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) required to process the transfer.
        Returns:
        numberOfApprovalsRequired
      • setNumberOfApprovalsRequired

        public void setNumberOfApprovalsRequired​(Integer numberOfApprovalsRequired)
        Specifies the number of [approvals](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) required to process the transfer.
        Parameters:
        numberOfApprovalsRequired -
      • scaOnApproval

        public TransferRequestReview scaOnApproval​(Boolean scaOnApproval)
        Specifies whether you will initiate Strong Customer Authentication (SCA) in thePOST [/transfers/approve](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) request. Only applies to transfers made with an Adyen [business account](https://docs.adyen.com/platforms/business-accounts).
        Parameters:
        scaOnApproval -
        Returns:
        the current TransferRequestReview instance, allowing for method chaining
      • getScaOnApproval

        public Boolean getScaOnApproval()
        Specifies whether you will initiate Strong Customer Authentication (SCA) in thePOST [/transfers/approve](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) request. Only applies to transfers made with an Adyen [business account](https://docs.adyen.com/platforms/business-accounts).
        Returns:
        scaOnApproval
      • setScaOnApproval

        public void setScaOnApproval​(Boolean scaOnApproval)
        Specifies whether you will initiate Strong Customer Authentication (SCA) in thePOST [/transfers/approve](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers/approve) request. Only applies to transfers made with an Adyen [business account](https://docs.adyen.com/platforms/business-accounts).
        Parameters:
        scaOnApproval -
      • equals

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

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

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

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