Class: Stripe::Radar::EarlyFraudWarning::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/resources/radar/early_fraud_warning.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Stripe::RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



74
75
76
# File 'lib/stripe/resources/radar/early_fraud_warning.rb', line 74

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



72
73
74
# File 'lib/stripe/resources/radar/early_fraud_warning.rb', line 72

def expand
  @expand
end