Class: Stripe::Capital::FinancingOffer::OfferedTerms

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/capital/financing_offer.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

#advance_amountObject (readonly)

Returns the value of attribute advance_amount.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def advance_amount
  @advance_amount
end

#campaign_typeObject (readonly)

Returns the value of attribute campaign_type.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def campaign_type
  @campaign_type
end

#currencyObject (readonly)

Returns the value of attribute currency.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def currency
  @currency
end

#fee_amountObject (readonly)

Returns the value of attribute fee_amount.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def fee_amount
  @fee_amount
end

#previous_financing_fee_discount_rateObject (readonly)

Returns the value of attribute previous_financing_fee_discount_rate.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def previous_financing_fee_discount_rate
  @previous_financing_fee_discount_rate
end

#withhold_rateObject (readonly)

Returns the value of attribute withhold_rate.



21
22
23
# File 'lib/stripe/resources/capital/financing_offer.rb', line 21

def withhold_rate
  @withhold_rate
end