PaymentSettings
in package

Table of Contents

$defaultAmountType  : mixed
$defaultDepositAmount  : mixed
$defaultDepositType  : mixed
$defaultForceCheckoutSSL  : mixed
getAmountType()  : string
Retrieve type of payment. Possible values: full, deposit
getDefaultAmountType()  : string
getDefaultDepositAmount()  : float
getDefaultDepositType()  : string
getDefaultForceCheckoutSSL()  : bool
getDefaultGateway()  : string
getDefaultPendingTime()  : int
getDepositAmount()  : float
getDepositTimeFrame()  : int|false
getDepositType()  : string
Retrieve type of deposit. Possible values: percent, fixed.
getPendingTime()  : int
isForceCheckoutSSL()  : bool

Properties

$defaultAmountType

private mixed $defaultAmountType = 'full'

$defaultDepositAmount

private mixed $defaultDepositAmount = 10

$defaultDepositType

private mixed $defaultDepositType = 'percent'

$defaultForceCheckoutSSL

private mixed $defaultForceCheckoutSSL = false

Methods

getAmountType()

Retrieve type of payment. Possible values: full, deposit

public getAmountType() : string
Return values
string

getDefaultAmountType()

public getDefaultAmountType() : string
Return values
string

getDefaultDepositAmount()

public getDefaultDepositAmount() : float
Return values
float

getDefaultDepositType()

public getDefaultDepositType() : string
Return values
string

getDefaultForceCheckoutSSL()

public getDefaultForceCheckoutSSL() : bool
Return values
bool

getDefaultGateway()

public getDefaultGateway() : string
Return values
string

getDefaultPendingTime()

public getDefaultPendingTime() : int
Return values
int

Minutes

getDepositAmount()

public getDepositAmount() : float
Return values
float

getDepositTimeFrame()

public getDepositTimeFrame() : int|false
Tags
since
3.8.3
Return values
int|false

getDepositType()

Retrieve type of deposit. Possible values: percent, fixed.

public getDepositType() : string
Return values
string

getPendingTime()

public getPendingTime() : int
Return values
int

Minutes

isForceCheckoutSSL()

public isForceCheckoutSSL() : bool
Return values
bool

Search results