Method: LockstepSdk::PaymentDetailModel#tender_type
- Defined in:
- lib/lockstep_sdk/models/payment_detail_model.rb
#tender_type ⇒ String
Returns Cash, check, credit card, wire transfer. Recognized TenderType values are: * ‘Cash` - A cash payment or other direct transfer. * `Check` - A check payment. * `Credit Card` - A payment made via a credit card. * `Wire Transfer` - A payment made via wire transfer from another financial institution. * `Other` - A payment made via another method not listed above.
127 128 129 |
# File 'lib/lockstep_sdk/models/payment_detail_model.rb', line 127 def tender_type @tender_type end |