PaymentIntentJsonParser
class PaymentIntentJsonParser(val luxePostConfirmActionRepository: LuxePostConfirmActionRepository = LuxePostConfirmActionRepository.Instance) : ModelJsonParser<PaymentIntent>
Constructors
Link copied to clipboard
fun PaymentIntentJsonParser(luxePostConfirmActionRepository: LuxePostConfirmActionRepository = LuxePostConfirmActionRepository.Instance)