OrderRefund
Aggrosoft\WAWIBundle\Entity\OrderRefund
10
Columns
2
Relations
12
Properties
Metadaten
Tabelle
orderrefund
Bundle
WAWIBundle
Interfaces
IPrototype
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
timestamp
|
timestamp
|
datetime
|
|
{{ entity.timestamp }} |
total
|
total
|
decimal
|
|
{{ entity.total }} |
paymentTransactionId
|
paymentTransactionId
|
string(128)
|
|
{{ entity.paymentTransactionId }} |
paymentFee
|
paymentFee
|
decimal
|
|
{{ entity.paymentFee }} |
paymentFeeTransactionId
|
paymentFeeTransactionId
|
string(128)
|
|
{{ entity.paymentFeeTransactionId }} |
note
|
note
|
string(255)
|
|
{{ entity.note }} |
customField1
|
customField1
|
text
|
|
{{ entity.customField1 }} |
customField2
|
customField2
|
text
|
|
{{ entity.customField2 }} |
customField3
|
customField3
|
text
|
|
{{ entity.customField3 }} |
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
|
timestamp
DB
|
read
write
|
{{
entity.timestamp
}}
|
getTimestamp()
setTimestamp()
|
\DateTime
|
total
DB
|
read
write
|
{{
entity.total
}}
|
getTotal()
setTotal()
|
string
|
paymentTransactionId
DB
|
read
write
|
{{
entity.paymentTransactionId
}}
|
getPaymentTransactionId()
setPaymentTransactionId()
|
string
|
payment
DB
|
read
write
|
{{
entity.payment
}}
|
getPayment()
setPayment()
|
\Aggrosoft\WAWIBundle\Entity\Payment
|
order
DB
|
read
write
|
{{
entity.order
}}
|
getOrder()
setOrder()
|
\Aggrosoft\WAWIBundle\Entity\Order
|
paymentFee
DB
|
read
write
|
{{
entity.paymentFee
}}
|
getPaymentFee()
setPaymentFee()
|
string
|
paymentFeeTransactionId
DB
|
read
write
|
{{
entity.paymentFeeTransactionId
}}
|
getPaymentFeeTransactionId()
setPaymentFeeTransactionId()
|
string
|
note
DB
|
read
write
|
{{
entity.note
}}
|
getNote()
setNote()
|
string
|
customField1
DB
|
read
write
|
{{
entity.customField1
}}
|
getCustomField1()
setCustomField1()
|
string
|
customField2
DB
|
read
write
|
{{
entity.customField2
}}
|
getCustomField2()
setCustomField2()
|
string
|
customField3
DB
|
read
write
|
{{
entity.customField3
}}
|
getCustomField3()
setCustomField3()
|
string
|
Keine Indexes definiert