Method: LockstepSdk::PaymentDetailModel#customer_id

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

#customer_idUuid

Returns The ID of the customer to which this Payment belongs.

Returns:

  • (Uuid)

    The ID of the customer to which this Payment belongs.



67
68
69
# File 'lib/lockstep_sdk/models/payment_detail_model.rb', line 67

def customer_id
  @customer_id
end