rm-kotlin-sdk
/
io.revenuemonster.sdk.model.response
/
InvoiceAddress
common
Invoice
Address
data class
InvoiceAddress
(addressLine1:
String
, addressLine2:
String
, postcode:
String
, city:
String
, state:
String
, country:
String
)
Content copied to clipboard
Properties
Properties
addressLine1
Link copied to clipboard
common
val
addressLine1
:
String
Content copied to clipboard
addressLine2
Link copied to clipboard
common
val
addressLine2
:
String
Content copied to clipboard
city
Link copied to clipboard
common
val
city
:
String
Content copied to clipboard
country
Link copied to clipboard
common
val
country
:
String
Content copied to clipboard
postcode
Link copied to clipboard
common
val
postcode
:
String
Content copied to clipboard
state
Link copied to clipboard
common
val
state
:
String
Content copied to clipboard