Drop In Component
-
A component that handles the entire flow of payment selection and payment details entry.
See also
Implementation ReferenceDeclaration
Swift
public final class DropInComponent : NSObject, PresentableComponent
extension DropInComponent: PresentationDelegate
extension DropInComponent: FinalizableComponent
extension DropInComponent: ReadyToSubmitPaymentComponentDelegate
-
Defines the methods a delegate of the drop in component should implement.
See moreDeclaration
Swift
public protocol DropInComponentDelegate : AnyObject
-
Payment methods list related configurations.
See moreDeclaration
Swift
public struct PaymentMethodListConfiguration
-
Undocumented
See moreDeclaration
Swift
public protocol StoredPaymentMethodsDelegate : AnyObject