PaymentSettings

Tags
since
1.5.0

Table of Contents

getDefaultPaymentGateway()  : string
getDefaultPendingPaymentTime()  : int
getFailedTransactionPageId()  : int
getFailedTransactionPageUrl()  : string
getPaymentReceivedPageId()  : int
getPaymentReceivedPageUrl()  : string
getPaymentSettings()  : array<string|int, mixed>
getPendingPaymentTime()  : int
getPublicPaymentSettings()  : array<string|int, mixed>
isPaymentsEnabled()  : bool
An alias of <code>isPaymentConfirmationMode()</code>.

Methods

getDefaultPaymentGateway()

public getDefaultPaymentGateway() : string
Tags
since
1.5.0
Return values
string

getDefaultPendingPaymentTime()

public getDefaultPendingPaymentTime() : int
Tags
since
1.5.0
Return values
int

Default pending time (minutes).

getFailedTransactionPageId()

public getFailedTransactionPageId() : int
Tags
since
1.5.0
Return values
int

getFailedTransactionPageUrl()

public getFailedTransactionPageUrl() : string
Tags
since
1.5.0
Return values
string

getPaymentReceivedPageId()

public getPaymentReceivedPageId() : int
Tags
since
1.5.0
Return values
int

getPaymentReceivedPageUrl()

public getPaymentReceivedPageUrl() : string
Tags
since
1.5.0
Return values
string

getPaymentSettings()

public getPaymentSettings() : array<string|int, mixed>
Tags
since
1.5.0
Return values
array<string|int, mixed>

getPendingPaymentTime()

public getPendingPaymentTime() : int
Tags
since
1.5.0
Return values
int

Pending payment time (minutes).

getPublicPaymentSettings()

public getPublicPaymentSettings() : array<string|int, mixed>
Tags
since
1.5.0
Return values
array<string|int, mixed>

isPaymentsEnabled()

An alias of <code>isPaymentConfirmationMode()</code>.

public isPaymentsEnabled() : bool
Tags
since
1.5.0
Return values
bool

Search results