Methods |
public
|
getAmount(): float
Amount of the transaction
Used in the request if CardVerification = CARD_VERIFICATION_YES.
Amount of the transaction
Used in the request if CardVerification = CARD_VERIFICATION_YES.
|
#
|
public
|
setAmount(float $amount)
Amount of the transaction.
Used in the request if CardVerification = CARD_VERIFICATION_YES.
Amount of the transaction.
Used in the request if CardVerification = CARD_VERIFICATION_YES.
|
#
|
public
|
setCardVerification(int $cardVerification)
Specify whether the inputted card data to be verified or not before storing
Specify whether the inputted card data to be verified or not before storing
|
#
|
public
|
validate(): boolean
Validate all set purchase details
Validate all set purchase details
Throws
Overriden by
|
#
|
public
|
getCardVerification(): int
Specify whether the inputted card data to be verified or not before storing
Specify whether the inputted card data to be verified or not before storing
|
#
|
public
|
getCurrency(): string
ISO-4217 Three letter currency code
Used in the request if CardVerification = CARD_VERIFICATION_YES.
ISO-4217 Three letter currency code
Used in the request if CardVerification = CARD_VERIFICATION_YES.
|
#
|
public
|
setCurrency(string $currency): CardStore
ISO-4217 Three letter currency code
Used in the request if CardVerification = CARD_VERIFICATION_YES.
ISO-4217 Three letter currency code
Used in the request if CardVerification = CARD_VERIFICATION_YES.
|
#
|