For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Get supportSee a Demo
HomeAPI ReferenceSDKs
HomeAPI ReferenceSDKs
    • Overview
  • TypeScript SDK
    • Getting Started
    • Changelog
  • Java SDK
    • Getting Started
    • Changelog
  • Python SDK
    • Getting Started
    • Changelog
  • Go SDK
    • Getting Started
    • Changelog
  • .NET SDK
    • Getting Started
    • Changelog
Get supportSee a Demo
On this page
  • May 14, 2026
  • 2.0.0 - 2026-05-14
  • 1.1.0 - 2026-05-12
  • 1.0.1 - 2026-05-07
.NET SDK

Changelog

May 14, 2026
May 14, 2026

2.0.0 - 2026-05-14

Breaking Changes

  • EarnedRewardAttributes — class has been removed; update any references to use RewardNotificationAttributes instead.
  • EarnedRewardApprovedData.Attributes — property type changed from EarnedRewardAttributes to RewardNotificationAttributes; update object initializers and type references accordingly.
  • RewardNotificationAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.
  • ValidTransactionAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.
  • EarnedRewardSettledAttributes — two new required properties added: TransactionId (string) and TransactionAmountInCents (int); existing object initializers must supply both values.

1.1.0 - 2026-05-12

Added

  • LocationPartnerId — new type representing a third-party partner identifier (e.g. a Google place ID) associated with a location.
  • LocationPartnerIdType — new string enum type with a Google constant, used to identify the partner source on a LocationPartnerId.
  • LocationAttributes.PartnerIds — new optional property (IEnumerable<LocationPartnerId>?) exposing partner IDs on LOCAL locations.

1.0.1 - 2026-05-07

  • chore: update required scope for CreateBulkTransactionsUploadUrlAsync
  • Correct the documented required OAuth scope for the
  • CreateBulkTransactionsUploadUrlAsync method. The scope was previously
  • listed as transaction:write but the correct required scope is
  • files:write. This is a documentation-only fix with no change to the
  • public API surface or runtime behavior.
  • Key changes:
  • Updated XML doc comment in ITransactionsClient to reflect files:write scope
  • Updated XML doc comment in TransactionsClient to reflect files:write scope
  • 🌿 Generated with Fern
Built with