Class: Recurly::Requests::ExternalRefund
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ExternalRefund
- Defined in:
- lib/recurly/requests/external_refund.rb
Instance Attribute Summary collapse
-
#description ⇒ String
Used as the refund transactions' description.
-
#payment_method ⇒ String
Payment method used for external refund transaction.
-
#refunded_at ⇒ DateTime
Date the external refund payment was made.
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
#description ⇒ String
Returns Used as the refund transactions' description.
11 |
# File 'lib/recurly/requests/external_refund.rb', line 11 define_attribute :description, String |
#payment_method ⇒ String
Returns Payment method used for external refund transaction.
15 |
# File 'lib/recurly/requests/external_refund.rb', line 15 define_attribute :payment_method, String |
#refunded_at ⇒ DateTime
Returns Date the external refund payment was made. Defaults to the current date-time.
19 |
# File 'lib/recurly/requests/external_refund.rb', line 19 define_attribute :refunded_at, DateTime |