Class: Recurly::Requests::ExternalPaymentPhaseBase

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/external_payment_phase_base.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#amountString



11
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 11

define_attribute :amount, String

#currencyString



15
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 15

define_attribute :currency, String

#ending_billing_period_indexInteger



19
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 19

define_attribute :ending_billing_period_index, Integer

#ends_atDateTime



23
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 23

define_attribute :ends_at, DateTime

#offer_nameString



27
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 27

define_attribute :offer_name, String

#offer_typeString



31
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 31

define_attribute :offer_type, String

#period_countInteger



35
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 35

define_attribute :period_count, Integer

#period_lengthString



39
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 39

define_attribute :period_length, String

#started_atDateTime



43
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 43

define_attribute :started_at, DateTime

#starting_billing_period_indexInteger



47
# File 'lib/recurly/requests/external_payment_phase_base.rb', line 47

define_attribute :starting_billing_period_index, Integer