Merchant

data class Merchant(val id: String, val name: String, val metadata: MerchantMetadata)

A Merchant object represents your business and it's configurations in Ansa.

Parameters

id

Unique identifier for the merchant

name

The merchant's name

metadata

MerchantMetadata object containing details about the merchant

Constructors

Link copied to clipboard
constructor(id: String, name: String, metadata: MerchantMetadata)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard