class SealineInsurance::Responses::Payment
Constants
- STATUSES
Public Instance Methods
order_id()
click to toggle source
# File lib/sealine_insurance/responses/payment.rb, line 16 def order_id body['order'] end
payment_id()
click to toggle source
# File lib/sealine_insurance/responses/payment.rb, line 12 def payment_id body['id'] end
status()
click to toggle source
# File lib/sealine_insurance/responses/payment.rb, line 20 def status body['status'] end