Class ShippingConstraints
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.ShippingConstraints
-
public class ShippingConstraints extends java.lang.Object
Delivery constraints applicable to this order.
-
-
Constructor Summary
Constructors Constructor Description ShippingConstraints()
-
Method Summary
-
-
-
Method Detail
-
palletDelivery
public ShippingConstraints palletDelivery(ConstraintType palletDelivery)
-
getPalletDelivery
public ConstraintType getPalletDelivery()
Get palletDelivery- Returns:
- palletDelivery
-
setPalletDelivery
public void setPalletDelivery(ConstraintType palletDelivery)
-
signatureConfirmation
public ShippingConstraints signatureConfirmation(ConstraintType signatureConfirmation)
-
getSignatureConfirmation
public ConstraintType getSignatureConfirmation()
Get signatureConfirmation- Returns:
- signatureConfirmation
-
setSignatureConfirmation
public void setSignatureConfirmation(ConstraintType signatureConfirmation)
-
recipientIdentityVerification
public ShippingConstraints recipientIdentityVerification(ConstraintType recipientIdentityVerification)
-
getRecipientIdentityVerification
public ConstraintType getRecipientIdentityVerification()
Get recipientIdentityVerification- Returns:
- recipientIdentityVerification
-
setRecipientIdentityVerification
public void setRecipientIdentityVerification(ConstraintType recipientIdentityVerification)
-
recipientAgeVerification
public ShippingConstraints recipientAgeVerification(ConstraintType recipientAgeVerification)
-
getRecipientAgeVerification
public ConstraintType getRecipientAgeVerification()
Get recipientAgeVerification- Returns:
- recipientAgeVerification
-
setRecipientAgeVerification
public void setRecipientAgeVerification(ConstraintType recipientAgeVerification)
-
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
-
-