class PaymentOptions extends Model (View source)

Properties

bool $cash
string $cashException
bool $cheque
string $chequeException
bool $creditCard
string $creditCardException
bool $debitCard
string $debitCardException
bool $mobileNfc
string $mobileNfcException

Methods

setCash($cash)

No description

bool
getCash()

No description

setCashException($cashException)

No description

string
getCashException()

No description

setCheque($cheque)

No description

bool
getCheque()

No description

setChequeException($chequeException)

No description

string
getChequeException()

No description

setCreditCard($creditCard)

No description

bool
getCreditCard()

No description

setCreditCardException($creditCardException)

No description

string
getCreditCardException()

No description

setDebitCard($debitCard)

No description

bool
getDebitCard()

No description

setDebitCardException($debitCardException)

No description

string
getDebitCardException()

No description

setMobileNfc($mobileNfc)

No description

bool
getMobileNfc()

No description

setMobileNfcException($mobileNfcException)

No description

string
getMobileNfcException()

No description

Details

setCash($cash)

No description

Parameters

$cash

bool getCash()

No description

Return Value

bool

setCashException($cashException)

No description

Parameters

$cashException

string getCashException()

No description

Return Value

string

setCheque($cheque)

No description

Parameters

$cheque

bool getCheque()

No description

Return Value

bool

setChequeException($chequeException)

No description

Parameters

$chequeException

string getChequeException()

No description

Return Value

string

setCreditCard($creditCard)

No description

Parameters

$creditCard

bool getCreditCard()

No description

Return Value

bool

setCreditCardException($creditCardException)

No description

Parameters

$creditCardException

string getCreditCardException()

No description

Return Value

string

setDebitCard($debitCard)

No description

Parameters

$debitCard

bool getDebitCard()

No description

Return Value

bool

setDebitCardException($debitCardException)

No description

Parameters

$debitCardException

string getDebitCardException()

No description

Return Value

string

setMobileNfc($mobileNfc)

No description

Parameters

$mobileNfc

bool getMobileNfc()

No description

Return Value

bool

setMobileNfcException($mobileNfcException)

No description

Parameters

$mobileNfcException

string getMobileNfcException()

No description

Return Value

string