Class RegulatedInformation
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.RegulatedInformation
-
public class RegulatedInformation extends java.lang.Object
The regulated information collected during purchase and used to verify the order.
-
-
Constructor Summary
Constructors Constructor Description RegulatedInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegulatedInformation
addFieldsItem(RegulatedInformationField fieldsItem)
boolean
equals(java.lang.Object o)
RegulatedInformation
fields(java.util.List<RegulatedInformationField> fields)
java.util.List<RegulatedInformationField>
getFields()
A list of regulated information fields as collected from the regulatory form.int
hashCode()
void
setFields(java.util.List<RegulatedInformationField> fields)
java.lang.String
toString()
-
-
-
Method Detail
-
fields
public RegulatedInformation fields(java.util.List<RegulatedInformationField> fields)
-
addFieldsItem
public RegulatedInformation addFieldsItem(RegulatedInformationField fieldsItem)
-
getFields
public java.util.List<RegulatedInformationField> getFields()
A list of regulated information fields as collected from the regulatory form.- Returns:
- fields
-
setFields
public void setFields(java.util.List<RegulatedInformationField> fields)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-