FrakResolvedConfig
class FrakResolvedConfig
What the backend knows about this merchant, as resolved by GET /user/merchant/resolve.
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| currency | val currency: FrakCurrency? May differ from id.frak.sdk.core.FrakMetadata.currency; informational only, never used for formatting. |
| displayLogoUrl | val displayLogoUrl: String? Logo to show alongside displayName, or null when the backend has none on file. |
| displayName | val displayName: String Name to show a user: the sdkConfig override when the backend sent one, else name. |
| domain | val domain: String Merchant’s canonical domain, not whatever domain was queried. |
| hidden | val hidden: Boolean |
| lang | val lang: FrakLanguage? Null when the backend sends a value this SDK’s build does not recognise. |
| merchantId | val merchantId: String |
| name | val name: String |
| sdkConfig | val sdkConfig: ResolvedSdkConfig? |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |