Class: Stripe::PaymentIntent::NextAction::KonbiniDisplayDetails::Stores

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/payment_intent.rb

Defined Under Namespace

Classes: Familymart, Lawson, Ministop, Seicomart

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

#familymartObject (readonly)

FamilyMart instruction details.



642
643
644
# File 'lib/stripe/resources/payment_intent.rb', line 642

def familymart
  @familymart
end

#lawsonObject (readonly)

Lawson instruction details.



645
646
647
# File 'lib/stripe/resources/payment_intent.rb', line 645

def lawson
  @lawson
end

#ministopObject (readonly)

Ministop instruction details.



648
649
650
# File 'lib/stripe/resources/payment_intent.rb', line 648

def ministop
  @ministop
end

#seicomartObject (readonly)

Seicomart instruction details.



651
652
653
# File 'lib/stripe/resources/payment_intent.rb', line 651

def seicomart
  @seicomart
end