Class: Recurly::Requests::CustomField
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::CustomField
- Defined in:
- lib/recurly/requests/custom_field.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Fields must be created in the UI before values can be assigned to them.
-
#value ⇒ String
Any values that resemble a credit card number or security code (CVV/CVC) will be rejected.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#name ⇒ String
Returns Fields must be created in the UI before values can be assigned to them.
11 |
# File 'lib/recurly/requests/custom_field.rb', line 11 define_attribute :name, String |
#value ⇒ String
Returns Any values that resemble a credit card number or security code (CVV/CVC) will be rejected.
15 |
# File 'lib/recurly/requests/custom_field.rb', line 15 define_attribute :value, String |