PaymentIntentJsonParser

class PaymentIntentJsonParser(val luxeNextActionRepository: LuxeNextActionRepository = LuxeNextActionRepository.Instance) : ModelJsonParser<PaymentIntent>

Constructors

Link copied to clipboard
fun PaymentIntentJsonParser(luxeNextActionRepository: LuxeNextActionRepository = LuxeNextActionRepository.Instance)

Functions

Link copied to clipboard
open override fun parse(json: JSONObject): PaymentIntent?

Properties

Link copied to clipboard
val luxeNextActionRepository: LuxeNextActionRepository