Method: LockstepSdk::AccountingProfileRequest#group_key
- Defined in:
- lib/lockstep_sdk/models/accounting_profile_request.rb
#group_key ⇒ Uuid
Returns The GroupKey uniquely identifies a single Lockstep Platform account. All records for this account will share the same GroupKey value. GroupKey values cannot be changed once created. For more information, see [Accounts and GroupKeys](developer.lockstep.io/docs/accounts-and-groupkeys).
65 66 67 |
# File 'lib/lockstep_sdk/models/accounting_profile_request.rb', line 65 def group_key @group_key end |