Package model

Class RemoveSettlementTransfer


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class RemoveSettlementTransfer
    extends Object
    RemoveSettlementTransfer
    • Constructor Detail

      • RemoveSettlementTransfer

        public RemoveSettlementTransfer()
    • Method Detail

      • getTransfers

        @Nullable
        public List<String> getTransfers()
        ID of `Transfer` resource.
        Returns:
        transfers
      • setTransfers

        public void setTransfers​(List<String> transfers)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to RemoveSettlementTransfer
      • fromJson

        public static RemoveSettlementTransfer fromJson​(String jsonString)
                                                 throws IOException
        Create an instance of RemoveSettlementTransfer given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of RemoveSettlementTransfer
        Throws:
        IOException - if the JSON string is invalid with respect to RemoveSettlementTransfer
      • toJson

        public String toJson()
        Convert an instance of RemoveSettlementTransfer to an JSON string
        Returns:
        JSON string