InvoiceAddress

data class InvoiceAddress(addressLine1: String, addressLine2: String, postcode: String, city: String, state: String, country: String)

Properties

addressLine1
Link copied to clipboard
common
val addressLine1: String
addressLine2
Link copied to clipboard
common
val addressLine2: String
city
Link copied to clipboard
common
val city: String
country
Link copied to clipboard
common
val country: String
postcode
Link copied to clipboard
common
val postcode: String
state
Link copied to clipboard
common
val state: String