Class: Stripe::PaymentIntent::PaymentDetails::MoneyServices

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

Defined Under Namespace

Classes: AccountFunding, BeneficiaryDetails

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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

#account_fundingObject (readonly)

Attribute for field account_funding



3038
3039
3040
# File 'lib/stripe/resources/payment_intent.rb', line 3038

def 
  @account_funding
end

#beneficiary_accountObject (readonly)

Attribute for field beneficiary_account



3040
3041
3042
# File 'lib/stripe/resources/payment_intent.rb', line 3040

def 
  @beneficiary_account
end

#beneficiary_detailsObject (readonly)

Attribute for field beneficiary_details



3042
3043
3044
# File 'lib/stripe/resources/payment_intent.rb', line 3042

def beneficiary_details
  @beneficiary_details
end

#transaction_typeObject (readonly)

The type of money services transaction.



3044
3045
3046
# File 'lib/stripe/resources/payment_intent.rb', line 3044

def transaction_type
  @transaction_type
end

Class Method Details

.field_remappingsObject



3053
3054
3055
# File 'lib/stripe/resources/payment_intent.rb', line 3053

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



3046
3047
3048
3049
3050
3051
# File 'lib/stripe/resources/payment_intent.rb', line 3046

def self.inner_class_types
  @inner_class_types = {
    account_funding: AccountFunding,
    beneficiary_details: BeneficiaryDetails,
  }
end