Method: LockstepSdk::PaymentDetailHeaderModel#group_key

Defined in:
lib/lockstep_sdk/models/payment_detail_header_model.rb

#group_keyUuid

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).

Returns:

  • (Uuid)

    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).



37
38
39
# File 'lib/lockstep_sdk/models/payment_detail_header_model.rb', line 37

def group_key
  @group_key
end