Class: Zuora::Models::PaymentMethods::CreditCard
- Inherits:
-
Object
- Object
- Zuora::Models::PaymentMethods::CreditCard
- Includes:
- ActiveModel::Model
- Defined in:
- lib/zuora/models/payment_methods/credit_card.rb
Constant Summary collapse
- ATTRIBUTES =
:card_type, :card_number, :expiration_month, :expiration_year, :security_code
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
15 16 17 |
# File 'lib/zuora/models/payment_methods/credit_card.rb', line 15 def attributes ATTRIBUTES end |