Class: Increase::Models::CheckTransferCreateParams::ThirdParty
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CheckTransferCreateParams::ThirdParty
- Defined in:
- lib/increase/models/check_transfer_create_params.rb
Instance Attribute Summary collapse
-
#recipient_name ⇒ String?
The pay-to name you will print on the check.
Instance Method Summary collapse
-
#initialize(recipient_name: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ThirdParty for more details.
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(recipient_name: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::CheckTransferCreateParams::ThirdParty for more details.
Details relating to the custom fulfillment you will perform. This is required if ‘fulfillment_method` is equal to `third_party`. It must not be included if any other `fulfillment_method` is provided.
|
|
# File 'lib/increase/models/check_transfer_create_params.rb', line 399
|
Instance Attribute Details
#recipient_name ⇒ String?
The pay-to name you will print on the check. If provided, this is used for [Positive Pay](/documentation/positive-pay). If this is omitted, Increase will be unable to validate the payer name when the check is deposited.
397 |
# File 'lib/increase/models/check_transfer_create_params.rb', line 397 optional :recipient_name, String |