SDKAddress

data class SDKAddress(val addressLine1: String?, val addressLine2: String?, val city: String, val countryCode: String, val postalCode: String, val state: String)

Address where the transaction is taking place

Parameters

addressLine1

Main street and number address (Eg. "VELASCO 1104")

addressLine2

Secondary street and number address (can be empty)

city

(Eg. "CABA")

countryCode

ISO 3166 numerical code (Eg. "032")

postalCode

(Eg. "1414")

state

(Eg. "BA")

Constructors

Link copied to clipboard
constructor(addressLine1: String?, addressLine2: String?, city: String, countryCode: String, postalCode: String, state: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard