SDKEstablishment

data class SDKEstablishment(val address: SDKAddress?, val businessCategoryCode: String?, val docNumber: String?, val docType: String?, val email: String? = null, val legalName: String, val phoneNumber: String? = null, val tradeName: String?, val type: SDKEstablishment.Type, val intermediary: SDKEstablishment? = null)

Establishment where the transaction is taking place

Parameters

address

Establishment address

businessCategoryCode

Category code

docNumber

Document number

docType

Doc Type (Eg. "DNI", "CUIT", etc)

legalName

Establishment's legal name (Eg. ABC S.A.)

phoneNumber

Establishment's phone number

tradeName

(Eg. Supermarket ABC and co.)

type

Type of stablishment (EndMerchat or Intermediary)

intermediary

Constructors

Link copied to clipboard
constructor(address: SDKAddress?, businessCategoryCode: String?, docNumber: String?, docType: String?, email: String? = null, legalName: String, phoneNumber: String? = null, tradeName: String?, type: SDKEstablishment.Type, intermediary: SDKEstablishment? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val email: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val phoneNumber: String? = null
Link copied to clipboard
Link copied to clipboard