PluginDataGetMerchantApplePayData
in package
Uses
ElementTrait
This is the plugin apple pay session data class.
Tags
Table of Contents
getApplePaySession() | Returns the applePaySession. | : string |
---|---|---|
getStatus() | Returns the property status. | : int |
getSuccess() | Returns the success. | : string |
setApiToken() | : mixed | |
setStatus() | : mixed | |
setSuccess() | : mixed |
Methods
getApplePaySession()
Returns the applePaySession.
public
getApplePaySession() : string
Return values
string —getStatus()
Returns the property status.
public
getStatus() : int
Return values
int —getSuccess()
Returns the success.
public
getSuccess() : string
Return values
string —setApiToken()
protected
setApiToken(string $applePaySession) : mixed
Parameters
- $applePaySession : string
Return values
mixed —setStatus()
protected
setStatus(int $status) : mixed
Parameters
- $status : int
Return values
mixed —setSuccess()
protected
setSuccess(string $success) : mixed
Parameters
- $success : string