Class: Mondido::CreditCard::StoredCard

Inherits:
BaseModel
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/mondido/credit_card/stored_card.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

all, #api_params, create, delete, get, #update_from_response

Instance Attribute Details

#card_cvvObject

Returns the value of attribute card_cvv.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def card_cvv
  @card_cvv
end

#card_expiryObject

Returns the value of attribute card_expiry.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def card_expiry
  @card_expiry
end

#card_holderObject

Returns the value of attribute card_holder.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def card_holder
  @card_holder
end

#card_numberObject

Returns the value of attribute card_number.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def card_number
  @card_number
end

#card_typeObject

Returns the value of attribute card_type.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def card_type
  @card_type
end

#created_atObject

Returns the value of attribute created_at.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def currency
  @currency
end

#customerObject

Returns the value of attribute customer.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def customer
  @customer
end

#hashObject

Returns the value of attribute hash.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def hash
  @hash
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def id
  @id
end

#merchant_idObject

Returns the value of attribute merchant_id.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def merchant_id
  @merchant_id
end

#metadataObject

Returns the value of attribute metadata.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def 
  
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def status
  @status
end

#testObject

Returns the value of attribute test.



6
7
8
# File 'lib/mondido/credit_card/stored_card.rb', line 6

def test
  @test
end