Class: PFS::Resources::Accounts::IssuedAccount
- Defined in:
- lib/pfs/resources/accounts/issued_account.rb
Instance Attribute Summary collapse
-
#accountId ⇒ Object
(also: #account_id)
Returns the value of attribute accountId.
-
#availableBalance ⇒ Object
(also: #available)
Returns the value of attribute availableBalance.
-
#cardNumber ⇒ Object
(also: #card_number)
Returns the value of attribute cardNumber.
-
#clientWalletId ⇒ Object
(also: #client_wallet_id)
Returns the value of attribute clientWalletId.
-
#cvv2 ⇒ Object
Returns the value of attribute cvv2.
-
#ddaNumber ⇒ Object
(also: #dda_number)
Returns the value of attribute ddaNumber.
-
#expiryDate ⇒ Object
(also: #expiration_date)
Returns the value of attribute expiryDate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ledgerBalance ⇒ Object
(also: #ledger)
Returns the value of attribute ledgerBalance.
-
#sequenceCode ⇒ Object
(also: #sequence_code)
Returns the value of attribute sequenceCode.
-
#status ⇒ Object
Returns the value of attribute status.
-
#walletId ⇒ Object
(also: #wallet_id)
Returns the value of attribute walletId.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#accountId ⇒ Object Also known as: account_id
Returns the value of attribute accountId.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def accountId @accountId end |
#availableBalance ⇒ Object Also known as: available
Returns the value of attribute availableBalance.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def availableBalance @availableBalance end |
#cardNumber ⇒ Object Also known as: card_number
Returns the value of attribute cardNumber.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def cardNumber @cardNumber end |
#clientWalletId ⇒ Object Also known as: client_wallet_id
Returns the value of attribute clientWalletId.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def clientWalletId @clientWalletId end |
#cvv2 ⇒ Object
Returns the value of attribute cvv2.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def cvv2 @cvv2 end |
#ddaNumber ⇒ Object Also known as: dda_number
Returns the value of attribute ddaNumber.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def ddaNumber @ddaNumber end |
#expiryDate ⇒ Object Also known as: expiration_date
Returns the value of attribute expiryDate.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def expiryDate @expiryDate end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def id @id end |
#ledgerBalance ⇒ Object Also known as: ledger
Returns the value of attribute ledgerBalance.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def ledgerBalance @ledgerBalance end |
#sequenceCode ⇒ Object Also known as: sequence_code
Returns the value of attribute sequenceCode.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def sequenceCode @sequenceCode end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def status @status end |
#walletId ⇒ Object Also known as: wallet_id
Returns the value of attribute walletId.
7 8 9 |
# File 'lib/pfs/resources/accounts/issued_account.rb', line 7 def walletId @walletId end |