ActionComponent
public protocol ActionComponent : Component
A component that handles an action to complete a payment.
-
The delegate of the action component.
Declaration
Swift
var delegate: ActionComponentDelegate? { get set }