OrderShipmentAddressArgs

data class OrderShipmentAddressArgs(val addresses: Output<List<String>>, val city: Output<String>, val country: Output<String>, val postalCode: Output<String>, val state: Output<String>) : ConvertibleToJava<OrderShipmentAddressArgs>

Constructors

Link copied to clipboard
constructor(addresses: Output<List<String>>, city: Output<String>, country: Output<String>, postalCode: Output<String>, state: Output<String>)

Properties

Link copied to clipboard
val addresses: Output<List<String>>

The list of upto 3 lines for address information.

Link copied to clipboard
val city: Output<String>

The city name. Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard
val country: Output<String>

The name of the country to ship the Databox Edge Device to. Valid values are "Algeria", "Argentina", "Australia", "Austria", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belgium", "Bermuda", "Bolivia", "Bosnia and Herzegovina", "Brazil", "Bulgaria", "Canada", "Cayman Islands", "Chile", "Colombia", "Costa Rica", "Croatia", "Cyprus", "Czechia", "Côte D'ivoire", "Denmark", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Estonia", "Ethiopia", "Finland", "France", "Georgia", "Germany", "Ghana", "Greece", "Guatemala", "Honduras", "Hong Kong SAR", "Hungary", "Iceland", "India", "Indonesia", "Ireland", "Israel", "Italy", "Jamaica", "Japan", "Jordan", "Kazakhstan", "Kenya", "Kuwait", "Kyrgyzstan", "Latvia", "Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macao SAR", "Malaysia", "Malta", "Mauritius", "Mexico", "Moldova", "Monaco", "Mongolia", "Montenegro", "Morocco", "Namibia", "Nepal", "Netherlands", "New Zealand", "Nicaragua", "Nigeria", "Norway", "Oman", "Pakistan", "Palestinian Authority", "Panama", "Paraguay", "Peru", "Philippines", "Poland", "Portugal", "Puerto Rico", "Qatar", "Republic of Korea", "Romania", "Russia", "Rwanda", "Saint Kitts And Nevis", "Saudi Arabia", "Senegal", "Serbia", "Singapore", "Slovakia", "Slovenia", "South Africa", "Spain", "Sri Lanka", "Sweden", "Switzerland", "Taiwan", "Tajikistan", "Tanzania", "Thailand", "Trinidad And Tobago", "Tunisia", "Turkey", "Turkmenistan", "U.S. Virgin Islands", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "Uruguay", "Uzbekistan", "Venezuela", "Vietnam", "Yemen", "Zambia" or "Zimbabwe". Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard
val postalCode: Output<String>

The postal code. Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard
val state: Output<String>

The name of the state to ship the Databox Edge Device to. Changing this forces a new Databox Edge Order to be created.

Functions

Link copied to clipboard
open override fun toJava(): OrderShipmentAddressArgs