ToPaymentMethodsList

class ToPaymentMethodsList(val paymentMethodsApiResponse: PaymentMethodsApiResponse? = null) : DropInServiceResult

Send this to navigate to the payment methods list. Optionally provide a PaymentMethodsApiResponse to refresh the displayed payment methods.

Parameters

paymentMethodsApiResponse

Optionally pass this to refresh the displayed payment methods.

Constructors

Link copied to clipboard
constructor(paymentMethodsApiResponse: PaymentMethodsApiResponse? = null)

Properties