Class: AccountEntryType
- Inherits:
-
Object
- Object
- AccountEntryType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsAccountEntryType
Constant Summary collapse
- @@schema_type =
"AccountEntryType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["balance", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Balance")]], ["credit", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Credit")]], ["date", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Date")]], ["debit", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Debit")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["memo", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Memo")]], ["refNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefNumber")]], ["accountEntryDetailsType", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountEntryDetailsType")]] ]
Instance Attribute Summary collapse
-
#accountEntryDetailsType ⇒ Object
Returns the value of attribute accountEntryDetailsType.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#credit ⇒ Object
Returns the value of attribute credit.
-
#date ⇒ Object
Returns the value of attribute date.
-
#debit ⇒ Object
Returns the value of attribute debit.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#refNumber ⇒ Object
Returns the value of attribute refNumber.
Instance Method Summary collapse
-
#initialize(balance = nil, credit = nil, date = nil, debit = nil, itemID = nil, memo = nil, refNumber = nil, accountEntryDetailsType = nil) ⇒ AccountEntryType
constructor
A new instance of AccountEntryType.
Constructor Details
#initialize(balance = nil, credit = nil, date = nil, debit = nil, itemID = nil, memo = nil, refNumber = nil, accountEntryDetailsType = nil) ⇒ AccountEntryType
Returns a new instance of AccountEntryType.
1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/paypal-business/default.rb', line 1788 def initialize(balance = nil, credit = nil, date = nil, debit = nil, itemID = nil, memo = nil, refNumber = nil, accountEntryDetailsType = nil) @balance = balance @credit = credit @date = date @debit = debit @itemID = itemID @memo = memo @refNumber = refNumber @accountEntryDetailsType = accountEntryDetailsType end |
Instance Attribute Details
#accountEntryDetailsType ⇒ Object
Returns the value of attribute accountEntryDetailsType.
1786 1787 1788 |
# File 'lib/paypal-business/default.rb', line 1786 def accountEntryDetailsType @accountEntryDetailsType end |
#balance ⇒ Object
Returns the value of attribute balance.
1779 1780 1781 |
# File 'lib/paypal-business/default.rb', line 1779 def balance @balance end |
#credit ⇒ Object
Returns the value of attribute credit.
1780 1781 1782 |
# File 'lib/paypal-business/default.rb', line 1780 def credit @credit end |
#date ⇒ Object
Returns the value of attribute date.
1781 1782 1783 |
# File 'lib/paypal-business/default.rb', line 1781 def date @date end |
#debit ⇒ Object
Returns the value of attribute debit.
1782 1783 1784 |
# File 'lib/paypal-business/default.rb', line 1782 def debit @debit end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1783 1784 1785 |
# File 'lib/paypal-business/default.rb', line 1783 def itemID @itemID end |
#memo ⇒ Object
Returns the value of attribute memo.
1784 1785 1786 |
# File 'lib/paypal-business/default.rb', line 1784 def memo @memo end |
#refNumber ⇒ Object
Returns the value of attribute refNumber.
1785 1786 1787 |
# File 'lib/paypal-business/default.rb', line 1785 def refNumber @refNumber end |