Class: Straddle::Models::AccountConsentCapabilities
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Straddle::Models::AccountConsentCapabilities
- Defined in:
- lib/straddle/models/account_consent_capabilities.rb,
sig/straddle/models/account_consent_capabilities.rbs
Instance Attribute Summary collapse
-
#internet ⇒ Straddle::Models::AccountCapability
Internet payment authorization capability for the account.
-
#signed_agreement ⇒ Straddle::Models::AccountCapability
Signed-agreement payment authorization capability for the account.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(internet:, signed_agreement:) ⇒ Object
|
|
# File 'lib/straddle/models/account_consent_capabilities.rb', line 18
|
Instance Attribute Details
#internet ⇒ Straddle::Models::AccountCapability
Internet payment authorization capability for the account.
10 |
# File 'lib/straddle/models/account_consent_capabilities.rb', line 10 required :internet, -> { Straddle::AccountCapability } |
#signed_agreement ⇒ Straddle::Models::AccountCapability
Signed-agreement payment authorization capability for the account.
16 |
# File 'lib/straddle/models/account_consent_capabilities.rb', line 16 required :signed_agreement, -> { Straddle::AccountCapability } |
Instance Method Details
#to_hash ⇒ {
19 |
# File 'sig/straddle/models/account_consent_capabilities.rbs', line 19
def to_hash: -> {
|