Class: Recurly::Resources::DunningInterval

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/dunning_interval.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#daysInteger

Returns Number of days before sending the next email.

Returns:

  • (Integer)

    Number of days before sending the next email.



11
# File 'lib/recurly/resources/dunning_interval.rb', line 11

define_attribute :days, Integer

#email_templateString

Returns Email template being used.

Returns:

  • (String)

    Email template being used.



15
# File 'lib/recurly/resources/dunning_interval.rb', line 15

define_attribute :email_template, String