Billing Address
data class BillingAddress(val addressLine1: String, val addressLine2: String? = null, val city: String, val state: String, val postalCode: String, val country: String) : Parcelable
The representation of the legal residence of a cardholder for purposes of billing in the Sudo Platform Virtual Cards SDK.