Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.43 KB

RefundDetails.md

File metadata and controls

20 lines (17 loc) · 1.43 KB

# RefundDetails

Properties

Name Type Description Notes
id string The payment refund identifier.
payment \AllegroApi\Model\RefundPayment
reason string Reason for a payment refund.
status string Current status of payment refund.
created_at \DateTime Date and time when the refund was created provided in ISO 8601 format.
total_value \AllegroApi\Model\RefundTotalValue
line_items \AllegroApi\Model\RefundLineItem[] List of order's line items which can be refunded. [optional]
delivery \AllegroApi\Model\InitializeRefundDelivery [optional]
overpaid \AllegroApi\Model\InitializeRefundOverpaid [optional]
surcharges \AllegroApi\Model\PaymentsSurcharge[] List of surcharges for payment which can be refunded. [optional]
additional_services \AllegroApi\Model\InitializeRefundAdditionalServices [optional]
seller_comment string Sellers optional justification for refund. [optional]

[Back to Model list] [Back to API list] [Back to README]