Class: Stripe::PaymentLink::InvoiceCreation::InvoiceData

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

Defined Under Namespace

Classes: CustomField, Issuer, RenderingOptions

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

#account_tax_idsObject (readonly)

Returns the value of attribute account_tax_ids.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def 
  @account_tax_ids
end

#custom_fieldsObject (readonly)

Returns the value of attribute custom_fields.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def custom_fields
  @custom_fields
end

#descriptionObject (readonly)

Returns the value of attribute description.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def description
  @description
end

Returns the value of attribute footer.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def footer
  @footer
end

#issuerObject (readonly)

Returns the value of attribute issuer.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def issuer
  @issuer
end

#metadataObject (readonly)

Returns the value of attribute metadata.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def 
  @metadata
end

#rendering_optionsObject (readonly)

Returns the value of attribute rendering_options.



99
100
101
# File 'lib/stripe/resources/payment_link.rb', line 99

def rendering_options
  @rendering_options
end