Class: AccountEntryType
- Inherits:
-
Object
- Object
- AccountEntryType
- Defined in:
- lib/v_paypal/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.
1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/v_paypal/default.rb', line 1608 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.
1606 1607 1608 |
# File 'lib/v_paypal/default.rb', line 1606 def accountEntryDetailsType @accountEntryDetailsType end |
#balance ⇒ Object
Returns the value of attribute balance.
1599 1600 1601 |
# File 'lib/v_paypal/default.rb', line 1599 def balance @balance end |
#credit ⇒ Object
Returns the value of attribute credit.
1600 1601 1602 |
# File 'lib/v_paypal/default.rb', line 1600 def credit @credit end |
#date ⇒ Object
Returns the value of attribute date.
1601 1602 1603 |
# File 'lib/v_paypal/default.rb', line 1601 def date @date end |
#debit ⇒ Object
Returns the value of attribute debit.
1602 1603 1604 |
# File 'lib/v_paypal/default.rb', line 1602 def debit @debit end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1603 1604 1605 |
# File 'lib/v_paypal/default.rb', line 1603 def itemID @itemID end |
#memo ⇒ Object
Returns the value of attribute memo.
1604 1605 1606 |
# File 'lib/v_paypal/default.rb', line 1604 def memo @memo end |
#refNumber ⇒ Object
Returns the value of attribute refNumber.
1605 1606 1607 |
# File 'lib/v_paypal/default.rb', line 1605 def refNumber @refNumber end |