Class: ActiveNetsuite::SearchDateFieldOperator

Inherits:
String
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:typesurn:types.core_2013_2urn:types.core_2013_2.platformurn:types.core_2013_2.platform.webservicesurn:types.core_2013_2.platform.webservices.netsuiteurn:types.core_2013_2.platform.webservices.netsuite.comSearchDateFieldOperator

Constant Summary collapse

After =
new("after")
Before =
new("before")
Empty =
new("empty")
NotAfter =
new("notAfter")
NotBefore =
new("notBefore")
NotEmpty =
new("notEmpty")
NotOn =
new("notOn")
NotOnOrAfter =
new("notOnOrAfter")
NotOnOrBefore =
new("notOnOrBefore")
NotWithin =
new("notWithin")
On =
new("on")
OnOrAfter =
new("onOrAfter")
OnOrBefore =
new("onOrBefore")
Within =
new("within")