Class: Stripe::PaymentRecordReportPaymentParams::PaymentMethodDetails::Card

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_record_report_payment_params.rb

Defined Under Namespace

Classes: Checks

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



179
180
181
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 179

def initialize(checks: nil)
  @checks = checks
end

Instance Attribute Details

#checksObject

Verification checks performed on the card.



177
178
179
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 177

def checks
  @checks
end