Package-level declarations
Types
Link copied to clipboard
object AnalyticsConstants
Link copied to clipboard
Link copied to clipboard
object ExpiryDateUtils
Link copied to clipboard
object GooglePayConstants
Link copied to clipboard
object GooglePayUtil
Functions
Link copied to clipboard
Link copied to clipboard
fun PaymentMethodTypeInfo.filterRequiredFields(transactionMode: TransactionMode): List<DynamicSchemaField>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun String.isValidDynamicSchemaField(validations: DynamicSchemaFieldValidation?, uiType: DynamicSchemaFieldUIType?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Resolves the brand name to display for a saved card. The backend labels Maestro cards as "mastercard", so when the stored brand is Mastercard and the BIN identifies a Maestro card, surface Maestro instead. Every other brand is returned unchanged.
Link copied to clipboard
Link copied to clipboard
fun PaymentMethodTypeInfo.toPaymentFlow(transactionMode: TransactionMode): AirwallexPaymentRequestFlow
Link copied to clipboard