Class: Recurly::Requests::DunningCampaignsBulkUpdate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/dunning_campaigns_bulk_update.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

#plan_codesArray[String]

Returns List of `plan_codes` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_ids` is present.

Returns:

  • (Array[String])

    List of `plan_codes` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_ids` is present.



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

define_attribute :plan_codes, Array, { :item_type => String }

#plan_idsArray[String]

Returns List of `plan_ids` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_codes` is present.

Returns:

  • (Array[String])

    List of `plan_ids` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_codes` is present.



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

define_attribute :plan_ids, Array, { :item_type => String }