Class: Recurly::Resources::BillingInfoUpdatedBy

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/billing_info_updated_by.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

#countryString

Returns Country, 2-letter ISO 3166-1 alpha-2 code matching the origin IP address, if known by Recurly.

Returns:

  • (String)

    Country, 2-letter ISO 3166-1 alpha-2 code matching the origin IP address, if known by Recurly.



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

define_attribute :country, String

#ipString

Returns Customer’s IP address when updating their billing information.

Returns:

  • (String)

    Customer’s IP address when updating their billing information.



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

define_attribute :ip, String