Type Aliases
The following type aliases are available globally.
-
Delegate called when an action is done on a beneficiary or an event occurs.
Declaration
Swift
public typealias BeneficiaryDelegate = BeneficiarySuccessDelegate & EventDelegate
-
Delegate called when a cash pickup action or an event occurs.
Declaration
Swift
public typealias CashPickupDelegate = CashPickupSuccessDelegate & EventDelegate
-
Delegate called when a global payment action or an event occurs.
Declaration
Swift
public typealias GlobalPaymentsDelegate = GlobalPaymentsSuccessDelegate & EventDelegate
-
Delegate called when a payout methods action or an event occurs.
Declaration
Swift
public typealias PayoutMethodsDelegate = PayoutMethodsSuccessDelegate & EventDelegate