Class: ModernTreasury::Models::CounterpartyCollectAccountResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/modern_treasury/models/counterparty_collect_account_response.rb

Overview

Instance Attribute Summary collapse

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(id: , form_link: , is_resend: ) ⇒ Object

Some parameter documentations has been truncated, see ModernTreasury::Models::CounterpartyCollectAccountResponse for more details.

Parameters:

  • id (String) (defaults to: )

    The id of the existing counterparty.

  • form_link (String) (defaults to: )

    This is the link to the secure Modern Treasury form. By default, Modern Treasury

  • is_resend (Boolean) (defaults to: )

    This field will be ‘true` if an email requesting account details has already bee



# File 'lib/modern_treasury/models/counterparty_collect_account_response.rb', line 29


Instance Attribute Details

This is the link to the secure Modern Treasury form. By default, Modern Treasury will send an email to your counterparty that includes a link to this form. However, if ‘send_email` is passed as `false` in the body then Modern Treasury will not send the email and you can send it to the counterparty directly.

Returns:

  • (String)


20
# File 'lib/modern_treasury/models/counterparty_collect_account_response.rb', line 20

required :form_link, String

#idString

The id of the existing counterparty.

Returns:

  • (String)


11
# File 'lib/modern_treasury/models/counterparty_collect_account_response.rb', line 11

required :id, String

#is_resendBoolean

This field will be ‘true` if an email requesting account details has already been sent to this counterparty.

Returns:

  • (Boolean)


27
# File 'lib/modern_treasury/models/counterparty_collect_account_response.rb', line 27

required :is_resend, ModernTreasury::Internal::Type::Boolean