public final class WebhookOrder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebhookOrder.WebhookOrderBuilder |
Modifier and Type | Method and Description |
---|---|
static WebhookOrder.WebhookOrderBuilder |
builder() |
boolean |
equals(Object o) |
String |
getCampaignParams()
UTM parameters, sample: "cpg=web,src=google.com"
|
ZonedDateTime |
getCreated()
Default time of order creation.
|
Customer |
getCustomer()
Customer which made the order
|
String |
getDownloadId()
custom order download id
|
String |
getId()
a unique order ID, this can be e.g.
|
List<OrderItem> |
getItems()
Items of the order.
|
String |
getLanguage()
Language of order made.
|
OrderType |
getOrderType()
Placeholder field, default and only value is NORMAL.
|
int |
hashCode() |
boolean |
isAppend()
Should items be appended to an existing order (if the order with the same ID exists)
|
boolean |
isPreventVm()
Prevent license activation on VM environments for the entire order.
|
boolean |
isTest()
Testing purpose flag.
|
String |
toString() |
public static WebhookOrder.WebhookOrderBuilder builder()
public String getId()
public boolean isAppend()
public boolean isTest()
public ZonedDateTime getCreated()
public OrderType getOrderType()
public String getLanguage()
public String getCampaignParams()
public String getDownloadId()
public Customer getCustomer()
public List<OrderItem> getItems()
public boolean isPreventVm()
Copyright © 2025 Cense Data Inc.. All rights reserved.