Class: Stripe::Issuing::Card::ShipCardParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/issuing/card.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ShipCardParams

Returns a new instance of ShipCardParams.



610
611
612
# File 'lib/stripe/resources/issuing/card.rb', line 610

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



608
609
610
# File 'lib/stripe/resources/issuing/card.rb', line 608

def expand
  @expand
end