Class: Stripe::PaymentLink::PaymentIntentData

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/payment_link.rb

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

#capture_methodObject (readonly)

Returns the value of attribute capture_method.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def capture_method
  @capture_method
end

#descriptionObject (readonly)

Returns the value of attribute description.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def description
  @description
end

#metadataObject (readonly)

Returns the value of attribute metadata.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def 
  @metadata
end

#setup_future_usageObject (readonly)

Returns the value of attribute setup_future_usage.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def setup_future_usage
  @setup_future_usage
end

#statement_descriptorObject (readonly)

Returns the value of attribute statement_descriptor.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def statement_descriptor
  @statement_descriptor
end

#statement_descriptor_suffixObject (readonly)

Returns the value of attribute statement_descriptor_suffix.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def statement_descriptor_suffix
  @statement_descriptor_suffix
end

#transfer_groupObject (readonly)

Returns the value of attribute transfer_group.



105
106
107
# File 'lib/stripe/resources/payment_link.rb', line 105

def transfer_group
  @transfer_group
end