Class OrderConfirmation
java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.OrderConfirmation
Order Confirmation
Order details available at the time of checkout completion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Unique order identifier.Permalink to access the order on merchant site.inthashCode()voidsetAdditionalProperty(String name, Object value) voidUnique order identifier.voidsetPermalinkUrl(URI permalinkUrl) Permalink to access the order on merchant site.toString()withAdditionalProperty(String name, Object value) withPermalinkUrl(URI permalinkUrl)
-
Constructor Details
-
OrderConfirmation
public OrderConfirmation()
-
-
Method Details
-
getId
Unique order identifier. (Required) -
setId
Unique order identifier. (Required) -
withId
-
getPermalinkUrl
Permalink to access the order on merchant site. (Required) -
setPermalinkUrl
Permalink to access the order on merchant site. (Required) -
withPermalinkUrl
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-