Package-level declarations

Types

Functions

Link copied to clipboard
Link copied to clipboard

Converts the current Session instance to a legacy AirwallexSession object.

Link copied to clipboard

Converts AirwallexPaymentSession (legacy one-off payment session) to the new Session type. Preserves both paymentIntent and paymentIntentProvider for full compatibility.

Converts AirwallexRecurringWithIntentSession (legacy recurring with intent session) to the new Session type. Preserves both paymentIntent and paymentIntentProvider for full compatibility.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Parcelable> Bundle.parcelable(key: String): T?
Link copied to clipboard
fun <K, V> MutableMap<K, V>.putIfNotNull(key: K, value: V?)