Method: LockstepSdk::PaymentAppliedModel#group_key
- Defined in:
- lib/lockstep_sdk/models/payment_applied_model.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).
51 52 53 |
# File 'lib/lockstep_sdk/models/payment_applied_model.rb', line 51 def group_key @group_key end |