Class: Stripe::PaymentRecordReportPaymentAttemptParams::PaymentMethodDetails::Card
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportPaymentAttemptParams::PaymentMethodDetails::Card
- Defined in:
- lib/stripe/params/payment_record_report_payment_attempt_params.rb
Defined Under Namespace
Classes: Checks
Instance Attribute Summary collapse
-
#checks ⇒ Object
Verification checks performed on the card.
Instance Method Summary collapse
-
#initialize(checks: nil) ⇒ Card
constructor
A new instance of Card.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(checks: nil) ⇒ Card
Returns a new instance of Card.
149 150 151 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_params.rb', line 149 def initialize(checks: nil) @checks = checks end |
Instance Attribute Details
#checks ⇒ Object
Verification checks performed on the card.
147 148 149 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_params.rb', line 147 def checks @checks end |