Class: Stripe::Dispute::PaymentMethodDetails

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/dispute.rb

Defined Under Namespace

Classes: AmazonPay, Card, Klarna, Paypal

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#amazon_payObject (readonly)

Attribute for field amazon_pay



217
218
219
# File 'lib/stripe/resources/dispute.rb', line 217

def amazon_pay
  @amazon_pay
end

#cardObject (readonly)

Attribute for field card



219
220
221
# File 'lib/stripe/resources/dispute.rb', line 219

def card
  @card
end

#klarnaObject (readonly)

Attribute for field klarna



221
222
223
# File 'lib/stripe/resources/dispute.rb', line 221

def klarna
  @klarna
end

#paypalObject (readonly)

Attribute for field paypal



223
224
225
# File 'lib/stripe/resources/dispute.rb', line 223

def paypal
  @paypal
end

#typeObject (readonly)

Payment method type.



225
226
227
# File 'lib/stripe/resources/dispute.rb', line 225

def type
  @type
end