PaymentComponent
public protocol PaymentComponent : PaymentAwareComponent, PaymentMethodAware
A component that handles the initial phase of getting payment details to initiate a payment.
-
The delegate of the payment component.
Declaration
Swift
var delegate: PaymentComponentDelegate? { get set }