PaybyrdAppData

data class PaybyrdAppData(isConfigured: Boolean, appVersion: String, merchantName: String?, merchantId: String?, appSdkVersion: String)

This class represents the Paybyrd`s App Data

Constructors

Link copied to clipboard
fun PaybyrdAppData(isConfigured: Boolean, appVersion: String, merchantName: String?, merchantId: String?, appSdkVersion: String)

Properties

Link copied to clipboard
val appSdkVersion: String

Since 0.0.9 Corresponds SDK version supported by the installed Paybyrd Payment App. Follows the rule x.y.z eg 0.0.9

Link copied to clipboard
val appVersion: String

Corresponds the Paybyrd Payment App Version

Link copied to clipboard
val isConfigured: Boolean

Corresponds if the Paybyrd Payment App is configured with a merchant and ready to accept payments

Link copied to clipboard
val merchantId: String?

Corresponds the configured Merchant Name. Returns null if no merchant is configured

Link copied to clipboard
val merchantName: String?

Corresponds the configured Merchant Identifier. Returns null if no merchant is configured