OPPPaymentSelectionDelegate
@objc
public protocol OPPPaymentSelectionDelegate
Undocumented
-
Undocumented
Declaration
Swift
func paymentSelectionControllerDidSelectPaymentBrand(_ brand: String, completionHandler: ((Bool) -> Void)?)
-
Undocumented
Declaration
Swift
func paymentSelectionControllerDidSelectToken(_ token: OPPToken, completionHandler: ((Bool) -> Void)?)
-
Undocumented
Declaration
Swift
func paymentSelectionControllerDidCancel()
-
Undocumented
Declaration
Swift
func paymentSelectionControllerCardTokens(_ cardTokens: [OPPToken])
-
Undocumented
Declaration
Swift
func paymentSelectionControllerPaymentBrands(_ paymentBrands: [String])