Class ClearingCode


  • public class ClearingCode
    extends java.lang.Object
    • Constructor Detail

      • ClearingCode

        public ClearingCode​(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
      • ClearingCode

        public ClearingCode()
    • Method Detail

      • type

        public org.openapitools.jackson.nullable.JsonNullable<ClearingCodeType> type()
        The type of clearing code
      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The clearing code value
      • withType

        public ClearingCode withType​(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type)
        The type of clearing code
      • withValue

        public ClearingCode withValue​(java.lang.String value)
        The clearing code value
      • withValue

        public ClearingCode withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The clearing code value
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object