Class: Recurly::Requests::ExternalRefund

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

#descriptionString

Returns Used as the refund transactions’ description.

Returns:

  • (String)

    Used as the refund transactions’ description.



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

define_attribute :description, String

#payment_methodString

Returns Payment method used for external refund transaction.

Returns:

  • (String)

    Payment method used for external refund transaction.



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

define_attribute :payment_method, String

#refunded_atDateTime

Returns Date the external refund payment was made. Defaults to the current date-time.

Returns:

  • (DateTime)

    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