startCheckout

fun startCheckout(paymentMethod: PaymentMethod, paymentConsentId: String? = null, cvc: String? = null, additionalInfo: Map<String, String>? = null, flow: AirwallexPaymentRequestFlow? = null, observer: Observer<AirwallexPaymentStatus>)