Class: Xendit::Payment

Inherits:
ApplicationRecord show all
Defined in:
app/models/xendit/payment.rb

Constant Summary collapse

ATTRIBUTES =
%i[amount
transaction_timestamp
payment_id
callback_virtual_account_id].freeze

Method Summary

Methods inherited from ApplicationRecord

allowed_attributes