Class: Stripe::Radar::EarlyFraudWarningService::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/services/radar/early_fraud_warning_service.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.



63
64
65
# File 'lib/stripe/services/radar/early_fraud_warning_service.rb', line 63

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



61
62
63
# File 'lib/stripe/services/radar/early_fraud_warning_service.rb', line 61

def expand
  @expand
end