---
title: Barcode
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/barcode
---

# Barcode

The details of a barcode for an order.

## Declaration

```data
object Barcode
```

## Properties

altText: The localized text displayed by the barcode. For example, a human-readable version of the barcode data in case of a scanning failure. format: The format of the barcode. message: The contents of the barcode. messageEncoding: The text encoding of the barcode message. Typically this is iso-8859-1, but you may specify an alternative encoding if required.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.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)
- [Return](walletorders/return.md)
