Class BuyerCustomizedInfoDetail
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.BuyerCustomizedInfoDetail
-
public class BuyerCustomizedInfoDetail extends java.lang.Object
Buyer information for custom orders from the Amazon Custom program.
-
-
Constructor Summary
Constructors Constructor Description BuyerCustomizedInfoDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuyerCustomizedInfoDetail
customizedURL(java.lang.String customizedURL)
boolean
equals(java.lang.Object o)
java.lang.String
getCustomizedURL()
The location of a ZIP file containing Amazon Custom data.int
hashCode()
void
setCustomizedURL(java.lang.String customizedURL)
java.lang.String
toString()
-
-
-
Method Detail
-
customizedURL
public BuyerCustomizedInfoDetail customizedURL(java.lang.String customizedURL)
-
getCustomizedURL
public java.lang.String getCustomizedURL()
The location of a ZIP file containing Amazon Custom data.- Returns:
- customizedURL
-
setCustomizedURL
public void setCustomizedURL(java.lang.String customizedURL)
-
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
-
-