PaymentIntentJsonParser

class PaymentIntentJsonParser(val luxePostConfirmActionRepository: LuxePostConfirmActionRepository = LuxePostConfirmActionRepository.Instance) : ModelJsonParser<PaymentIntent>

Constructors

Link copied to clipboard
fun PaymentIntentJsonParser(luxePostConfirmActionRepository: LuxePostConfirmActionRepository = LuxePostConfirmActionRepository.Instance)

Functions

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

Properties