Class TransferHoldDetailsBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-16T18:03:31.183708Z[Etc/UTC]")
    public class TransferHoldDetailsBankModel
    extends Object
    The hold details if a transfer is or will be placed on a hold.
    • Constructor Detail

      • TransferHoldDetailsBankModel

        public TransferHoldDetailsBankModel()
    • Method Detail

      • getApplicableTypes

        @Nullable
        public List<String> getApplicableTypes()
        The list of hold types that are applicable for the transfer; one of administrative or non_administrative.
        Returns:
        applicableTypes
      • getApplicableTypes_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<List<String>> getApplicableTypes_JsonNullable()
      • setApplicableTypes_JsonNullable

        public void setApplicableTypes_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<List<String>> applicableTypes)
      • setApplicableTypes

        public void setApplicableTypes​(List<String> applicableTypes)
      • getDuration

        @Nullable
        public BigInteger getDuration()
        The approximate time (in seconds) that the transfer will be held for.
        Returns:
        duration
      • getDuration_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<BigInteger> getDuration_JsonNullable()
      • setDuration_JsonNullable

        public void setDuration_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<BigInteger> duration)
      • setDuration

        public void setDuration​(BigInteger duration)
      • getStartedAt

        @Nullable
        public OffsetDateTime getStartedAt()
        ISO8601 datetime the transfer hold was started at.
        Returns:
        startedAt
      • getStartedAt_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStartedAt_JsonNullable()
      • setStartedAt_JsonNullable

        public void setStartedAt_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startedAt)
      • setStartedAt

        public void setStartedAt​(OffsetDateTime startedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object