---
title: ReturnInfo
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/returninfo
---

# ReturnInfo

The information related to a partial or full return.

## Declaration

```data
object ReturnInfo
```

## Properties

returnPolicyURL: The URL where the customer can see the order return policy. displayCountdown: A Boolean value that indicates whether to display the return countdown until returnDeadline in the user interface. Use true if all of the items in the order are returnable until the returnDeadline. Default: false returnDeadline: The date where the products can be partially or fully returned. The merchant can provide updates to an order that has a completed status until this date. Use ISO 8601 format. returnManagementURL: The URL where the customer can initiate a return. returnPolicyDescription: A short description of the return policy. The merchant can include the common return window duration here.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [LineItem](walletorders/lineitem.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
