ApplePay
FinalYes
Class ApplePay
Table of Contents
Methods
- __construct() : mixed
- ApplePay constructor.
- getIMessagePayment() : ServiceResult
- getIMessageSession() : ServiceResult
- getWebSession() : ServiceResult
- isApplePaySystem() : bool
- The pay system is apple pay.
- setInitiativeContext() : void
Methods
__construct()
ApplePay constructor.
public
__construct(mixed $merchantIdentifier, mixed $displayName, mixed $domainName, mixed $applePayCert) : mixed
Parameters
- $merchantIdentifier : mixed
- $displayName : mixed
- $domainName : mixed
- $applePayCert : mixed
getIMessagePayment()
public
getIMessagePayment(Payment $payment, array<string|int, mixed> $config) : ServiceResult
Parameters
- $payment : Payment
- $config : array<string|int, mixed>
Tags
Return values
ServiceResultgetIMessageSession()
public
getIMessageSession() : ServiceResult
Return values
ServiceResultgetWebSession()
public
getWebSession(mixed $url) : ServiceResult
Parameters
- $url : mixed
Return values
ServiceResultisApplePaySystem()
The pay system is apple pay.
public
static isApplePaySystem(array<string|int, mixed> $paySystem) : bool
Parameters
- $paySystem : array<string|int, mixed>
-
fields on
PaySystemActionTable
entity.
Return values
boolsetInitiativeContext()
public
setInitiativeContext(string $initiativeContext) : void
Parameters
- $initiativeContext : string