retrieveAvailablePaymentConsents
suspend fun retrieveAvailablePaymentConsents(params: RetrieveAvailablePaymentConsentsParams): Page<PaymentConsent>
Retrieve available payment consents
Parameters
params
RetrieveAvailablePaymentConsentsParams used to retrieve all PaymentConsent
fun retrieveAvailablePaymentConsents(params: RetrieveAvailablePaymentConsentsParams, callback: AirwallexCallback<Page<PaymentConsent>>)
Retrieve available payment consents
Parameters
params
RetrieveAvailablePaymentConsentsParams used to retrieve all PaymentConsent
callback
AirwallexCallback A callback interface to handle the success or failure of the network request.