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

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, 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)

Indicates when the funds will be captured from the customer’s account.



465
466
467
# File 'lib/stripe/resources/payment_link.rb', line 465

def capture_method
  @capture_method
end

#descriptionObject (readonly)

An arbitrary string attached to the object. Often useful for displaying to users.



467
468
469
# File 'lib/stripe/resources/payment_link.rb', line 467

def description
  @description
end

#metadataObject (readonly)

Set of [key-value pairs](stripe.com/docs/api/metadata) that will set metadata on [Payment Intents](stripe.com/docs/api/payment_intents) generated from this payment link.



469
470
471
# File 'lib/stripe/resources/payment_link.rb', line 469

def 
  
end

#setup_future_usageObject (readonly)

Indicates that you intend to make future payments with the payment method collected during checkout.



471
472
473
# File 'lib/stripe/resources/payment_link.rb', line 471

def setup_future_usage
  @setup_future_usage
end

#statement_descriptorObject (readonly)

For a non-card payment, information about the charge that appears on the customer’s statement when this payment succeeds in creating a charge.



473
474
475
# File 'lib/stripe/resources/payment_link.rb', line 473

def statement_descriptor
  @statement_descriptor
end

#statement_descriptor_suffixObject (readonly)

For a card payment, information about the charge that appears on the customer’s statement when this payment succeeds in creating a charge. Concatenated with the account’s statement descriptor prefix to form the complete statement descriptor.



475
476
477
# File 'lib/stripe/resources/payment_link.rb', line 475

def statement_descriptor_suffix
  @statement_descriptor_suffix
end

#transfer_groupObject (readonly)

A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](stripe.com/docs/connect/separate-charges-and-transfers) for details.



477
478
479
# File 'lib/stripe/resources/payment_link.rb', line 477

def transfer_group
  @transfer_group
end

Class Method Details

.field_remappingsObject



483
484
485
# File 'lib/stripe/resources/payment_link.rb', line 483

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



479
480
481
# File 'lib/stripe/resources/payment_link.rb', line 479

def self.inner_class_types
  @inner_class_types = {}
end