Class: Rev::CreditCard
- Inherits:
-
ApiSerializable
- Object
- ApiSerializable
- Rev::CreditCard
- Defined in:
- lib/rev-api/models/order_request.rb
Overview
Credit Card
Instance Attribute Summary collapse
-
#billing_address ⇒ Object
readonly
Returns the value of attribute billing_address.
-
#cardholder ⇒ Object
readonly
Returns the value of attribute cardholder.
-
#expiration_month ⇒ Object
readonly
Returns the value of attribute expiration_month.
-
#expiration_year ⇒ Object
readonly
Returns the value of attribute expiration_year.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#saved_id ⇒ Object
readonly
Returns the value of attribute saved_id.
Method Summary
Methods inherited from ApiSerializable
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Rev::ApiSerializable
Instance Attribute Details
#billing_address ⇒ Object (readonly)
Returns the value of attribute billing_address.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def billing_address @billing_address end |
#cardholder ⇒ Object (readonly)
Returns the value of attribute cardholder.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def cardholder @cardholder end |
#expiration_month ⇒ Object (readonly)
Returns the value of attribute expiration_month.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def expiration_month @expiration_month end |
#expiration_year ⇒ Object (readonly)
Returns the value of attribute expiration_year.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def expiration_year @expiration_year end |
#number ⇒ Object (readonly)
Returns the value of attribute number.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def number @number end |
#saved_id ⇒ Object (readonly)
Returns the value of attribute saved_id.
84 85 86 |
# File 'lib/rev-api/models/order_request.rb', line 84 def saved_id @saved_id end |