Package-level declarations
Types
Link copied to clipboard
data class AppReloadConfiguration(val allowCustomAmount: Boolean, val presetAmounts: List<PresetReloadAmounts>)
Configuration containing details about the merchant reload options.
Link copied to clipboard
A Merchant object represents your business and it's configurations in Ansa.
Link copied to clipboard
data class MerchantAutoReloadConfiguration(val maximumAutoReloadAmount: Int, val minimumAutoReloadAmount: Int, val minimumAutoReloadThreshold: Int)
Configuration containing details about the merchant's auto reload settings
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MerchantMetadata(val appReloadConfiguration: AppReloadConfiguration, val autoReloadConfiguration: MerchantAutoReloadConfiguration, val omsProvider: String?, val paymentProcessor: String?, val promotions: Promotions, val userReferralConfiguration: UserReferralConfiguration, val isTapToPayEnabled: Boolean)
Link copied to clipboard
Preset reload amount to show to the client
Link copied to clipboard
Promotional opportunities to show the client
Link copied to clipboard
Specifics around a specific reward tier.
Link copied to clipboard