Class: C2eCore::Drops::CreditsRefundRequestDrop
- Includes:
- ActionView::Helpers::NumberHelper
- Defined in:
- /build/app/mailers/c2e_core/drops/credits_refund_request_drop.rb
Instance Method Summary collapse
-
#account_holder ⇒ String?
-
The name of the account holder used in the request.
-
-
#account_number ⇒ String
-
The account number used in the request.
-
-
#amount ⇒ Float
-
The refund request amount, e.g.
-
-
#currency ⇒ CurrencyDrop
-
The currency of the request amount as a drop object.
-
-
#formatted_amount ⇒ String
-
The refund request amount formatted in its currency, e.g.
-
-
#initialize(refund_request) ⇒ CreditsRefundRequestDrop
constructor
A new instance of CreditsRefundRequestDrop.
-
#requested_at ⇒ DateTime
-
The date and time when the request was made.
-
-
#unsubscribe_url ⇒ String
-
URL to the consents management app.
-
-
#wallet ⇒ CreditsWalletDrop
-
The request wallet as a drop object.
-
Constructor Details
#initialize(refund_request) ⇒ CreditsRefundRequestDrop
Returns a new instance of CreditsRefundRequestDrop.
Instance Method Details
#account_holder ⇒ String?
Returns - The name of the account holder used in the request.
#account_number ⇒ String
Returns - The account number used in the request. It can be in a national format for the Czech Republic (e.g. "19-2000145399/0800") or in an IBAN format (e.g. CZ6508000000192000145399).
#amount ⇒ Float
Returns - The refund request amount, e.g. 123.45.
#currency ⇒ CurrencyDrop
Returns - The currency of the request amount as a drop object.
#formatted_amount ⇒ String
Returns - The refund request amount formatted in its currency, e.g. "123,45 Kč".
#requested_at ⇒ DateTime
Returns - The date and time when the request was made.
#unsubscribe_url ⇒ String
Returns - URL to the consents management app.
#wallet ⇒ CreditsWalletDrop
Returns - The request wallet as a drop object.