Class: Stripe::Issuing::Card::Shipping

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

Defined Under Namespace

Classes: Address, AddressValidation, Customs

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def address
  @address
end

#address_validationObject (readonly)

Returns the value of attribute address_validation.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def address_validation
  @address_validation
end

#carrierObject (readonly)

Returns the value of attribute carrier.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def carrier
  @carrier
end

#customsObject (readonly)

Returns the value of attribute customs.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def customs
  @customs
end

#etaObject (readonly)

Returns the value of attribute eta.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def eta
  @eta
end

#nameObject (readonly)

Returns the value of attribute name.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def name
  @name
end

#phone_numberObject (readonly)

Returns the value of attribute phone_number.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def phone_number
  @phone_number
end

#require_signatureObject (readonly)

Returns the value of attribute require_signature.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def require_signature
  @require_signature
end

#serviceObject (readonly)

Returns the value of attribute service.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def service
  @service
end

#statusObject (readonly)

Returns the value of attribute status.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def status
  @status
end

#tracking_numberObject (readonly)

Returns the value of attribute tracking_number.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def tracking_number
  @tracking_number
end

#tracking_urlObject (readonly)

Returns the value of attribute tracking_url.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def tracking_url
  @tracking_url
end

#typeObject (readonly)

Returns the value of attribute type.



32
33
34
# File 'lib/stripe/resources/issuing/card.rb', line 32

def type
  @type
end