Use this method to present the payment method user interface (UI) to the user.
func showPaymentMethod(intent: PrimerSessionIntent)
Hide Parameters
Use checkout when you want go through the checkout flow
checkout
Use vault when you want to vault a payment method, so you can use the token to pay another time.
vault
Hide Throws
An exception that will be thrown in case method of the manager has been called using unsupported intent. Supported payment session intents for given payment method are returned in the onAvailablePaymentMethodsLoaded delegate.
intent