AuthorizedLocation

class AuthorizedLocation(val merchantId: String, val locationId: String, val currencyCode: CurrencyCode, val name: String, val businessName: String, val cardProcessingActivated: Boolean)

Authorized account location information.

Parameters

merchantId

Merchant ID of the authorized user,

locationId

Location ID of the authorized user.

currencyCode

Currency code of the authorized location.

name

Location name of the authorized user.

businessName

Business name of the authorized user.

cardProcessingActivated

Card processing capabilities.

Constructors

Link copied to clipboard
constructor(merchantId: String, locationId: String, currencyCode: CurrencyCode, name: String, businessName: String, cardProcessingActivated: Boolean)

Properties

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