Class: Xendit::InvoicePayment

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

Constant Summary collapse

ATTRIBUTES =
%i[invoice_id
user_id
external_id
high
is_high
merchant_name
amount
status
payer_email
description
fees_paid_amount
adjusted_received_amount
bank_code
retail_outlet_name
ewallet_type
on_demand_link
paid_amount
mid_label
currency
success_redirect_url
failure_redirect_url
paid_at
credit_card_charge_id
payment_method
payment_channel
payment_destination].freeze

Method Summary

Methods inherited from ApplicationRecord

allowed_attributes