Companion
object Companion
Functions
Link copied to clipboard
fun transformToPaymentMethodCreateParams(fieldValuePairs: Map<IdentifierSpec, FormFieldEntry>, code: PaymentMethodCode, requiresMandate: Boolean, allowRedisplay: PaymentMethod.AllowRedisplay? = null): PaymentMethodCreateParams
This function will convert fieldValuePairs to PaymentMethodCreateParams.
Link copied to clipboard
fun transformToPaymentMethodExtraParams(fieldValuePairs: Map<IdentifierSpec, FormFieldEntry>, code: PaymentMethodCode): PaymentMethodExtraParams?
Link copied to clipboard
fun transformToPaymentMethodOptionsParams(fieldValuePairs: Map<IdentifierSpec, FormFieldEntry>, code: PaymentMethodCode): PaymentMethodOptionsParams?
This function will convert fieldValuePairs to PaymentMethodOptionsParams.