Transaction
class Transaction extends Map implements InstantiableFromArrayHelper
Transaction
{ "id": "12345", "amount": 3995, "currency": "EUR", "authcode": "CAPTURED", "captureState": "CAPTURED", "captureAmount": 3995, "paymentPTID": 1 }
Methods
setTransactionID(string $id)
setzt die ID der Transaction
setAmount(int $amount)
setzt den Betrag
setCurrency(string $currency)
setzt die Währung
setAuthcode(string $authcode)
setzt den Status der Autorisierung (Max 10 Zeichen)
setCaptureState(string $captureState)
setzt den Status der Buchung
setCaptureAmount(int $captureAmount)
setzt den Gebuchter Betrag
setPaymentPTID(int $paymentPTID)
setzt die Payment Type ID
static InstantiableFromArrayHelper
getInstanceFromArrayHelper(ArrayHelper $array)
neues Objekt von einem ArrayHelper
Details
at line 52
Transaction
setTransactionID(string $id)
setzt die ID der Transaction
at line 64
Transaction
setAmount(int $amount)
setzt den Betrag
at line 76
Transaction
setCurrency(string $currency)
setzt die Währung
at line 88
Transaction
setAuthcode(string $authcode)
setzt den Status der Autorisierung (Max 10 Zeichen)
at line 100
Transaction
setCaptureState(string $captureState)
setzt den Status der Buchung
at line 112
Transaction
setCaptureAmount(int $captureAmount)
setzt den Gebuchter Betrag
at line 124
Transaction
setPaymentPTID(int $paymentPTID)
setzt die Payment Type ID
at line 136
static InstantiableFromArrayHelper
getInstanceFromArrayHelper(ArrayHelper $array)
neues Objekt von einem ArrayHelper