Billing Profile Properties Ship To Args
data class BillingProfilePropertiesShipToArgs(val addressLine1: Output<String>, val addressLine2: Output<String>? = null, val addressLine3: Output<String>? = null, val city: Output<String>? = null, val companyName: Output<String>? = null, val country: Output<String>, val district: Output<String>? = null, val email: Output<String>? = null, val firstName: Output<String>? = null, val isValidAddress: Output<Boolean>? = null, val lastName: Output<String>? = null, val middleName: Output<String>? = null, val phoneNumber: Output<String>? = null, val postalCode: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<BillingProfilePropertiesShipToArgs>
The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.
Constructors
Link copied to clipboard
constructor(addressLine1: Output<String>, addressLine2: Output<String>? = null, addressLine3: Output<String>? = null, city: Output<String>? = null, companyName: Output<String>? = null, country: Output<String>, district: Output<String>? = null, email: Output<String>? = null, firstName: Output<String>? = null, isValidAddress: Output<Boolean>? = null, lastName: Output<String>? = null, middleName: Output<String>? = null, phoneNumber: Output<String>? = null, postalCode: Output<String>? = null, region: Output<String>? = null)
Properties
Link copied to clipboard
Address line 1.
Link copied to clipboard
Address line 2.
Link copied to clipboard
Address line 3.
Link copied to clipboard
Company name. Optional for MCA Individual (Pay-as-you-go).
Link copied to clipboard
Indicates if the address is incomplete.
Link copied to clipboard
Middle name.
Link copied to clipboard
Phone number.
Link copied to clipboard
Postal code.