Method: WebPay::CardResponse.fields
- Defined in:
- lib/webpay/data_types.rb
.fields ⇒ Object
343 344 345 |
# File 'lib/webpay/data_types.rb', line 343 def self.fields ['object', 'exp_month', 'exp_year', 'fingerprint', 'last4', 'type', 'cvc_check', 'name', 'country'] end |