# Refund - customer - OBJECT Version: 2024-10 ## Description The record of refunds issued to a customer. ### Access Scopes ## Fields * [createdAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The date and time when the refund was created. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [returnName](/docs/api/customer/2024-10/scalars/String): String - The name of the return, if the refund was issued from a return. * [totalRefunded](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total amount refunded across all transactions, in presentment currencies. * [updatedAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the refund was last updated. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples