Frontend | Backend | Api

Orders\Models\Backend\Refund

Refund

Method Description Returns
getTotalAsMoney() Returns the total as a Money object Money
getItemTotalAsMoney() Returns the item total as a Money object Money
getSurchargeTotalAsMoney() Returns the surcharge total as a Money object Money
getShippingTotalAsMoney() Returns the shipping total as a Money object Money
getInsuranceTotalAsMoney() Returns the insurance total as a Money object Money
getHandlingTotalAsMoney() Returns the handling total as a Money object Money
getTaxTotalAsMoney() Returns the tax total as a Money object Money
getAdjustmentTotalAsMoney() Returns the adjustment total as a Money object Money
getId() int
getStatus() string
getItemTotal() string
getSurchargeTotal() string
getShippingTotal() string
getInsuranceTotal() string
getHandlingTotal() string
getTaxTotal() string
getAdjustmentTotal() string
getTotal() string
getReason() string
getErrorMessage() string
getExternalReference() string
getCreated() Date the record was created. DateTime
getModified() Last modification date for the record. DateTime
getRefunded() DateTime
getCurrency() Currency
getInvoiceTransaction() Transaction
getCreatedBy() User
getModifiedBy() User
getOrder() Order
getRefundItems() Collection (RefundItem)
isNewRecord() Check if the record is a new record bool
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool
isVersionedModel() Check whether a model is versioned bool