# GiftCardCreditTransaction - admin - OBJECT Version: unstable ## Description A credit transaction which increases the gift card balance. ### Access Scopes `read_gift_card_transactions` access scope. ## Fields * [amount](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [giftCard](/docs/api/admin/unstable/objects/GiftCard): GiftCard! - The gift card that the transaction belongs to. * [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/admin/unstable/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [metafieldsByIdentifiers](/docs/api/admin/unstable/objects/Metafield): Metafield! - The metafields associated with the resource matching the supplied list of namespaces and keys. * [note](/docs/api/admin/unstable/scalars/String): String - A note about the transaction. * [processedAt](/docs/api/admin/unstable/scalars/DateTime): DateTime! - The date and time when the transaction was processed. ## Connections * [metafields](/docs/api/admin/unstable/connections/MetafieldConnection): MetafieldConnection! ## Related queries ## Related mutations * [giftCardCredit](/docs/api/admin/unstable/mutations/giftCardCredit) Credit a gift card. ## Related Unions ## Examples