Method: LockstepSdk::PaymentDetailModel#customer_id
- Defined in:
- lib/lockstep_sdk/models/payment_detail_model.rb
#customer_id ⇒ Uuid
Returns 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 |