Class: AffiliationApi::Sale

Inherits:
Resource
  • Object
show all
Defined in:
lib/affiliation-api/sale.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def amount
  @amount
end

#client_refObject

Returns the value of attribute client_ref.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def client_ref
  @client_ref
end

#commissionObject

Returns the value of attribute commission.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def commission
  @commission
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def currency
  @currency
end

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def date
  @date
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def id
  @id
end

#merchant_refObject

Returns the value of attribute merchant_ref.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def merchant_ref
  @merchant_ref
end

#network_nameObject

Returns the value of attribute network_name.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def network_name
  @network_name
end

#referenceObject

Returns the value of attribute reference.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def reference
  @reference
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/affiliation-api/sale.rb', line 3

def status
  @status
end