EditableMerchantInfo

data class EditableMerchantInfo(val merchantName: String? = null, val taxIdNumber: String? = null, val categoryCode: String? = null)

See also

Constructors

Link copied to clipboard
constructor(merchantName: String? = null, taxIdNumber: String? = null, categoryCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val categoryCode: String? = null
Link copied to clipboard
val merchantName: String? = null
Link copied to clipboard
val taxIdNumber: String? = null