MollieTransaction
Aggrosoft\WAWIBundle\Entity\MollieTransaction
18
Columns
2
Relations
20
Properties
Metadaten
Tabelle
mollietransaction
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
foreignId
|
foreignId
|
string(255)
|
|
{{ entity.foreignId }} |
amount
|
amount
|
decimal(11,2)
|
|
{{ entity.amount }} |
currencyCode
|
currencyCode
|
string(6)
|
|
{{ entity.currencyCode }} |
amountRefunded
|
amountRefunded
|
decimal(11,2)
|
|
{{ entity.amountRefunded }} |
capturedAmount
|
capturedAmount
|
decimal(11,2)
|
|
{{ entity.capturedAmount }} |
amountChargedBack
|
amountChargedBack
|
decimal(11,2)
|
|
{{ entity.amountChargedBack }} |
settlementAmount
|
settlementAmount
|
decimal(11,2)
|
|
{{ entity.settlementAmount }} |
description
|
description
|
string(255)
|
|
{{ entity.description }} |
status
|
status
|
string(64)
|
|
{{ entity.status }} |
profileId
|
profileId
|
string(255)
|
|
{{ entity.profileId }} |
sequenceType
|
sequenceType
|
string(64)
|
|
{{ entity.sequenceType }} |
transactionId
|
transactionId
|
string(128)
|
|
{{ entity.transactionId }} |
paymentMethod
|
paymentMethod
|
string(64)
|
|
{{ entity.paymentMethod }} |
payPalTransactionId
|
payPalTransactionId
|
string(64)
|
|
{{ entity.payPalTransactionId }} |
createdAt
|
createdAt
|
datetime
|
|
{{ entity.createdAt }} |
paidAt
|
paidAt
|
datetime
|
|
{{ entity.paidAt }} |
details
|
details
|
text
|
|
{{ entity.details }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
foreignId
DB
|
read
write
|
{{
entity.foreignId
}}
|
getForeignId()
setForeignId()
|
string
|
amount
DB
|
read
write
|
{{
entity.amount
}}
|
getAmount()
setAmount()
|
string
|
amountRefunded
DB
|
read
write
|
{{
entity.amountRefunded
}}
|
getAmountRefunded()
setAmountRefunded()
|
string
|
capturedAmount
DB
|
read
write
|
{{
entity.capturedAmount
}}
|
getCapturedAmount()
setCapturedAmount()
|
string
|
amountChargedBack
DB
|
read
write
|
{{
entity.amountChargedBack
}}
|
getAmountChargedBack()
setAmountChargedBack()
|
string
|
settlementAmount
DB
|
read
write
|
{{
entity.settlementAmount
}}
|
getSettlementAmount()
setSettlementAmount()
|
string
|
description
DB
|
read
write
|
{{
entity.description
}}
|
getDescription()
setDescription()
|
string
|
status
DB
|
read
write
|
{{
entity.status
}}
|
getStatus()
setStatus()
|
string
|
profileId
DB
|
read
write
|
{{
entity.profileId
}}
|
getProfileId()
setProfileId()
|
string
|
sequenceType
DB
|
read
write
|
{{
entity.sequenceType
}}
|
getSequenceType()
setSequenceType()
|
string
|
transactionId
DB
|
read
write
|
{{
entity.transactionId
}}
|
getTransactionId()
setTransactionId()
|
string
|
paymentMethod
DB
|
read
write
|
{{
entity.paymentMethod
}}
|
getPaymentMethod()
setPaymentMethod()
|
string
|
payPalTransactionId
DB
|
read
write
|
{{
entity.payPalTransactionId
}}
|
getPayPalTransactionId()
setPayPalTransactionId()
|
string
|
createdAt
DB
|
read
write
|
{{
entity.createdAt
}}
|
getCreatedAt()
setCreatedAt()
|
\DateTime
|
paidAt
DB
|
read
write
|
{{
entity.paidAt
}}
|
getPaidAt()
setPaidAt()
|
\DateTime
|
details
DB
|
read
write
|
{{
entity.details
}}
|
getDetails()
setDetails()
|
string
|
order
DB
|
read
write
|
{{
entity.order
}}
|
getOrder()
setOrder()
|
\Aggrosoft\WAWIBundle\Entity\Order
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
currencyCode
DB
|
read
write
|
{{
entity.currencyCode
}}
|
getCurrencyCode()
setCurrencyCode()
|
string
|
| Index Name | Columns | Type |
|---|---|---|
foreignId_idx
|
foreignId
|
INDEX |
createdAt_idx
|
createdAt
|
INDEX |