Class: PFS::Resources::Statements::Statement
- Defined in:
- lib/pfs/resources/statements/statement.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#cardholderID ⇒ Object
(also: #cardholder_id)
Returns the value of attribute cardholderID.
-
#creditorAccountIdentifier ⇒ Object
(also: #creditor_account_identifier)
Returns the value of attribute creditorAccountIdentifier.
-
#creditorBankIdentifier ⇒ Object
(also: #creditor_bank_identifier)
Returns the value of attribute creditorBankIdentifier.
-
#creditorCountryCode ⇒ Object
(also: #creditor_country_code)
Returns the value of attribute creditorCountryCode.
-
#creditorFullAddress ⇒ Object
(also: #creditor_full_address)
Returns the value of attribute creditorFullAddress.
-
#creditorFullName ⇒ Object
(also: #creditor_full_name)
Returns the value of attribute creditorFullName.
-
#dateTimeEntered ⇒ Object
(also: #entered_at)
Returns the value of attribute dateTimeEntered.
-
#debtorAccountIdentifier ⇒ Object
(also: #debtor_account_identifier)
Returns the value of attribute debtorAccountIdentifier.
-
#debtorBankIndentifier ⇒ Object
(also: #debtor_bank_identifier)
Returns the value of attribute debtorBankIndentifier.
-
#debtorCountryCode ⇒ Object
(also: #debtor_country_code)
Returns the value of attribute debtorCountryCode.
-
#debtorFullAddress ⇒ Object
(also: #debtor_full_address)
Returns the value of attribute debtorFullAddress.
-
#debtorFullName ⇒ Object
(also: #debtor_full_name)
Returns the value of attribute debtorFullName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#inwardOutward ⇒ Object
(also: #inward_outward)
Returns the value of attribute inwardOutward.
-
#paymentStatus ⇒ Object
(also: #status)
Returns the value of attribute paymentStatus.
-
#processorType ⇒ Object
(also: #processor_type)
Returns the value of attribute processorType.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#transactionId ⇒ Object
(also: #transaction_id)
Returns the value of attribute transactionId.
-
#userDefinedFields ⇒ Object
(also: #user_defined_fields)
Returns the value of attribute userDefinedFields.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def amount @amount end |
#cardholderID ⇒ Object Also known as: cardholder_id
Returns the value of attribute cardholderID.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def cardholderID @cardholderID end |
#creditorAccountIdentifier ⇒ Object Also known as: creditor_account_identifier
Returns the value of attribute creditorAccountIdentifier.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def creditorAccountIdentifier @creditorAccountIdentifier end |
#creditorBankIdentifier ⇒ Object Also known as: creditor_bank_identifier
Returns the value of attribute creditorBankIdentifier.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def creditorBankIdentifier @creditorBankIdentifier end |
#creditorCountryCode ⇒ Object Also known as: creditor_country_code
Returns the value of attribute creditorCountryCode.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def creditorCountryCode @creditorCountryCode end |
#creditorFullAddress ⇒ Object Also known as: creditor_full_address
Returns the value of attribute creditorFullAddress.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def creditorFullAddress @creditorFullAddress end |
#creditorFullName ⇒ Object Also known as: creditor_full_name
Returns the value of attribute creditorFullName.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def creditorFullName @creditorFullName end |
#dateTimeEntered ⇒ Object Also known as: entered_at
Returns the value of attribute dateTimeEntered.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def dateTimeEntered @dateTimeEntered end |
#debtorAccountIdentifier ⇒ Object Also known as: debtor_account_identifier
Returns the value of attribute debtorAccountIdentifier.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def debtorAccountIdentifier @debtorAccountIdentifier end |
#debtorBankIndentifier ⇒ Object Also known as: debtor_bank_identifier
Returns the value of attribute debtorBankIndentifier.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def debtorBankIndentifier @debtorBankIndentifier end |
#debtorCountryCode ⇒ Object Also known as: debtor_country_code
Returns the value of attribute debtorCountryCode.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def debtorCountryCode @debtorCountryCode end |
#debtorFullAddress ⇒ Object Also known as: debtor_full_address
Returns the value of attribute debtorFullAddress.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def debtorFullAddress @debtorFullAddress end |
#debtorFullName ⇒ Object Also known as: debtor_full_name
Returns the value of attribute debtorFullName.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def debtorFullName @debtorFullName end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def id @id end |
#inwardOutward ⇒ Object Also known as: inward_outward
Returns the value of attribute inwardOutward.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def inwardOutward @inwardOutward end |
#paymentStatus ⇒ Object Also known as: status
Returns the value of attribute paymentStatus.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def paymentStatus @paymentStatus end |
#processorType ⇒ Object Also known as: processor_type
Returns the value of attribute processorType.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def processorType @processorType end |
#reference ⇒ Object
Returns the value of attribute reference.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def reference @reference end |
#transactionId ⇒ Object Also known as: transaction_id
Returns the value of attribute transactionId.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def transactionId @transactionId end |
#userDefinedFields ⇒ Object Also known as: user_defined_fields
Returns the value of attribute userDefinedFields.
7 8 9 |
# File 'lib/pfs/resources/statements/statement.rb', line 7 def userDefinedFields @userDefinedFields end |