Class: Softlayer::Billing::Invoice::Receivable::Payment

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/billing/invoice/receivable/payment.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#accountObject

Returns the value of attribute account.



10
11
12
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 10

def 
  @account
end

#amountObject

Returns the value of attribute amount.



6
7
8
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 6

def amount
  @amount
end

#create_dateObject

Returns the value of attribute create_date.



7
8
9
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 7

def create_date
  @create_date
end

#credit_card_last_four_digitsObject

Returns the value of attribute credit_card_last_four_digits.



11
12
13
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 11

def credit_card_last_four_digits
  @credit_card_last_four_digits
end

#credit_card_request_idObject

Returns the value of attribute credit_card_request_id.



12
13
14
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 12

def credit_card_request_id
  @credit_card_request_id
end

#credit_card_transactionObject

Returns the value of attribute credit_card_transaction.



13
14
15
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 13

def credit_card_transaction
  @credit_card_transaction
end

#exchange_rateObject

Returns the value of attribute exchange_rate.



14
15
16
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 14

def exchange_rate
  @exchange_rate
end

#invoiceObject

Returns the value of attribute invoice.



15
16
17
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 15

def invoice
  @invoice
end

#invoice_idObject

Returns the value of attribute invoice_id.



8
9
10
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 8

def invoice_id
  @invoice_id
end

#paypal_transactionObject

Returns the value of attribute paypal_transaction.



16
17
18
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 16

def paypal_transaction
  @paypal_transaction
end

#type_codeObject

Returns the value of attribute type_code.



9
10
11
# File 'lib/softlayer/billing/invoice/receivable/payment.rb', line 9

def type_code
  @type_code
end