Hello all! When working with the Quotes module, do...
# suitecommerce
m
Hello all! When working with the Quotes module, does anyone know what determines the
address.isvalid
value in the
addresses
array returned from the QuoteDetails service?
c
The
Address.Model
has a function named
isValid()
which tests the input based on the properties in the
validation
object of that same file.
🙌 1