Class: Xendit::Invoice

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

Defined Under Namespace

Classes: PaymentReceiver

Constant Summary collapse

ATTRIBUTES =
%i[recurring_id
user_id
external_id
status
merchant_name
merchant_profile_picture_url
amount
payer_email
description
invoice_url
expiry_date
available_banks
available_retail_outlets
exclude_credit_card
send_email
mid_label
currency
paid_at
credit_card_charge_id
payment_method
payment_channel
payment_destination
success_redirect_url
failure_redirect_url
fixed_va].freeze

Method Summary

Methods inherited from ApplicationRecord

allowed_attributes