increase 1.346.1 → 1.347.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/increase/models/account.rb +3 -0
- data/lib/increase/models/account_list_params.rb +4 -0
- data/lib/increase/models/account_number_list_params.rb +4 -0
- data/lib/increase/models/account_statement_list_params.rb +4 -0
- data/lib/increase/models/account_transfer_list_params.rb +4 -0
- data/lib/increase/models/ach_prenotification_create_params.rb +12 -0
- data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
- data/lib/increase/models/ach_transfer_create_params.rb +6 -0
- data/lib/increase/models/ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
- data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_update_params.rb +12 -1
- data/lib/increase/models/card_dispute_list_params.rb +4 -0
- data/lib/increase/models/card_list_params.rb +4 -0
- data/lib/increase/models/card_payment_list_params.rb +4 -0
- data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
- data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
- data/lib/increase/models/card_token_list_params.rb +4 -0
- data/lib/increase/models/card_validation_list_params.rb +4 -0
- data/lib/increase/models/check_deposit_list_params.rb +4 -0
- data/lib/increase/models/check_transfer.rb +2 -2
- data/lib/increase/models/check_transfer_create_params.rb +2 -2
- data/lib/increase/models/check_transfer_list_params.rb +4 -0
- data/lib/increase/models/declined_transaction_list_params.rb +4 -0
- data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
- data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
- data/lib/increase/models/entity_create_params.rb +75 -12
- data/lib/increase/models/entity_list_params.rb +4 -0
- data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
- data/lib/increase/models/entity_update_params.rb +24 -2
- data/lib/increase/models/event.rb +6 -0
- data/lib/increase/models/event_list_params.rb +16 -0
- data/lib/increase/models/event_subscription.rb +6 -0
- data/lib/increase/models/event_subscription_create_params.rb +6 -0
- data/lib/increase/models/event_subscription_list_params.rb +4 -0
- data/lib/increase/models/export_list_params.rb +4 -0
- data/lib/increase/models/external_account_create_params.rb +9 -3
- data/lib/increase/models/external_account_list_params.rb +4 -0
- data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/file.rb +2 -2
- data/lib/increase/models/file_create_params.rb +8 -2
- data/lib/increase/models/file_list_params.rb +6 -2
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_check_deposit.rb +14 -1
- data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
- data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
- data/lib/increase/models/lockbox_address_list_params.rb +4 -0
- data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
- data/lib/increase/models/oauth_application_list_params.rb +4 -0
- data/lib/increase/models/oauth_connection_list_params.rb +4 -0
- data/lib/increase/models/pending_transaction_list_params.rb +4 -0
- data/lib/increase/models/physical_card_list_params.rb +4 -0
- data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
- data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
- data/lib/increase/models/program.rb +3 -0
- data/lib/increase/models/program_list_params.rb +4 -0
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_response.rb +27 -1
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
- data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/models/supplemental_document_list_params.rb +4 -0
- data/lib/increase/models/swift_transfer_list_params.rb +4 -0
- data/lib/increase/models/transaction_list_params.rb +4 -0
- data/lib/increase/models/unwrap_webhook_event.rb +6 -0
- data/lib/increase/models/wire_drawdown_request.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/wire_transfer_create_params.rb +6 -6
- data/lib/increase/models/wire_transfer_list_params.rb +4 -0
- data/lib/increase/resources/account_numbers.rb +2 -0
- data/lib/increase/resources/account_statements.rb +2 -0
- data/lib/increase/resources/account_transfers.rb +2 -0
- data/lib/increase/resources/accounts.rb +2 -0
- data/lib/increase/resources/ach_prenotifications.rb +6 -0
- data/lib/increase/resources/ach_transfers.rb +4 -0
- data/lib/increase/resources/beneficial_owners.rb +2 -0
- data/lib/increase/resources/card_disputes.rb +2 -0
- data/lib/increase/resources/card_payments.rb +2 -0
- data/lib/increase/resources/card_purchase_supplements.rb +2 -0
- data/lib/increase/resources/card_push_transfers.rb +2 -0
- data/lib/increase/resources/card_tokens.rb +2 -0
- data/lib/increase/resources/card_validations.rb +2 -0
- data/lib/increase/resources/cards.rb +2 -0
- data/lib/increase/resources/check_deposits.rb +2 -0
- data/lib/increase/resources/check_transfers.rb +6 -1
- data/lib/increase/resources/declined_transactions.rb +2 -0
- data/lib/increase/resources/digital_card_profiles.rb +2 -0
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
- data/lib/increase/resources/entities.rb +2 -0
- data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
- data/lib/increase/resources/event_subscriptions.rb +2 -0
- data/lib/increase/resources/events.rb +2 -0
- data/lib/increase/resources/exports.rb +2 -0
- data/lib/increase/resources/external_accounts.rb +5 -1
- data/lib/increase/resources/fednow_transfers.rb +2 -0
- data/lib/increase/resources/files.rb +4 -0
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
- data/lib/increase/resources/inbound_check_deposits.rb +2 -0
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
- data/lib/increase/resources/inbound_mail_items.rb +2 -0
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
- data/lib/increase/resources/intrafi_exclusions.rb +2 -0
- data/lib/increase/resources/lockbox_addresses.rb +2 -0
- data/lib/increase/resources/lockbox_recipients.rb +2 -0
- data/lib/increase/resources/oauth_applications.rb +2 -0
- data/lib/increase/resources/oauth_connections.rb +2 -0
- data/lib/increase/resources/pending_transactions.rb +2 -0
- data/lib/increase/resources/physical_card_profiles.rb +9 -2
- data/lib/increase/resources/physical_cards.rb +2 -0
- data/lib/increase/resources/programs.rb +2 -0
- data/lib/increase/resources/real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/routing_numbers.rb +2 -0
- data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
- data/lib/increase/resources/simulations/check_deposits.rb +3 -2
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
- data/lib/increase/resources/supplemental_documents.rb +2 -0
- data/lib/increase/resources/swift_transfers.rb +2 -0
- data/lib/increase/resources/transactions.rb +2 -0
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/wire_transfers.rb +2 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +4 -0
- data/rbi/increase/models/account_list_params.rbi +4 -0
- data/rbi/increase/models/account_number_list_params.rbi +4 -0
- data/rbi/increase/models/account_statement_list_params.rbi +4 -0
- data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/ach_prenotification_create_params.rbi +12 -0
- data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
- data/rbi/increase/models/ach_transfer_create_params.rbi +6 -0
- data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
- data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +10 -0
- data/rbi/increase/models/card_dispute_list_params.rbi +4 -0
- data/rbi/increase/models/card_list_params.rbi +4 -0
- data/rbi/increase/models/card_payment_list_params.rbi +4 -0
- data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
- data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/card_token_list_params.rbi +4 -0
- data/rbi/increase/models/card_validation_list_params.rbi +4 -0
- data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/check_transfer.rbi +2 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +2 -2
- data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
- data/rbi/increase/models/entity_create_params.rbi +63 -6
- data/rbi/increase/models/entity_list_params.rbi +4 -0
- data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
- data/rbi/increase/models/entity_update_params.rbi +20 -0
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +24 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
- data/rbi/increase/models/export_list_params.rbi +4 -0
- data/rbi/increase/models/external_account_create_params.rbi +9 -3
- data/rbi/increase/models/external_account_list_params.rbi +4 -0
- data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/file.rbi +2 -2
- data/rbi/increase/models/file_create_params.rbi +8 -2
- data/rbi/increase/models/file_list_params.rbi +6 -2
- data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
- data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
- data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
- data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/program.rbi +4 -0
- data/rbi/increase/models/program_list_params.rbi +4 -0
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_response.rbi +52 -0
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
- data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
- data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
- data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/transaction_list_params.rbi +4 -0
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +8 -4
- data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/resources/account_numbers.rbi +2 -0
- data/rbi/increase/resources/account_statements.rbi +2 -0
- data/rbi/increase/resources/account_transfers.rbi +2 -0
- data/rbi/increase/resources/accounts.rbi +2 -0
- data/rbi/increase/resources/ach_prenotifications.rbi +6 -0
- data/rbi/increase/resources/ach_transfers.rbi +4 -0
- data/rbi/increase/resources/beneficial_owners.rbi +2 -0
- data/rbi/increase/resources/card_disputes.rbi +2 -0
- data/rbi/increase/resources/card_payments.rbi +2 -0
- data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
- data/rbi/increase/resources/card_push_transfers.rbi +2 -0
- data/rbi/increase/resources/card_tokens.rbi +2 -0
- data/rbi/increase/resources/card_validations.rbi +2 -0
- data/rbi/increase/resources/cards.rbi +2 -0
- data/rbi/increase/resources/check_deposits.rbi +2 -0
- data/rbi/increase/resources/check_transfers.rbi +6 -1
- data/rbi/increase/resources/declined_transactions.rbi +2 -0
- data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
- data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
- data/rbi/increase/resources/entities.rbi +2 -0
- data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
- data/rbi/increase/resources/event_subscriptions.rbi +2 -0
- data/rbi/increase/resources/events.rbi +2 -0
- data/rbi/increase/resources/exports.rbi +2 -0
- data/rbi/increase/resources/external_accounts.rbi +5 -1
- data/rbi/increase/resources/fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/files.rbi +4 -0
- data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
- data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
- data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
- data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
- data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
- data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
- data/rbi/increase/resources/oauth_applications.rbi +2 -0
- data/rbi/increase/resources/oauth_connections.rbi +2 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -0
- data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
- data/rbi/increase/resources/physical_cards.rbi +2 -0
- data/rbi/increase/resources/programs.rbi +2 -0
- data/rbi/increase/resources/real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/routing_numbers.rbi +2 -0
- data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
- data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
- data/rbi/increase/resources/supplemental_documents.rbi +2 -0
- data/rbi/increase/resources/swift_transfers.rbi +2 -0
- data/rbi/increase/resources/transactions.rbi +2 -0
- data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/wire_transfers.rbi +2 -0
- data/sig/increase/models/account.rbs +5 -1
- data/sig/increase/models/check_transfer.rbs +2 -2
- data/sig/increase/models/check_transfer_create_params.rbs +2 -2
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/file.rbs +2 -2
- data/sig/increase/models/file_create_params.rbs +2 -2
- data/sig/increase/models/file_list_params.rbs +2 -2
- data/sig/increase/models/inbound_check_deposit.rbs +5 -0
- data/sig/increase/models/program.rbs +5 -1
- data/sig/increase/models/routing_number_list_response.rbs +19 -0
- data/sig/increase/models/simulations/program_create_params.rbs +5 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +12 -4
- metadata +2 -2
|
@@ -34,6 +34,8 @@ module Increase
|
|
|
34
34
|
cursor: nil,
|
|
35
35
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
36
|
# objects.
|
|
37
|
+
#
|
|
38
|
+
# Defaults to `100`.
|
|
37
39
|
limit: nil,
|
|
38
40
|
# Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
|
|
39
41
|
lockbox_address_id: nil,
|
|
@@ -41,6 +41,8 @@ module Increase
|
|
|
41
41
|
cursor: nil,
|
|
42
42
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
43
|
# objects.
|
|
44
|
+
#
|
|
45
|
+
# Defaults to `100`.
|
|
44
46
|
limit: nil,
|
|
45
47
|
status: nil,
|
|
46
48
|
# Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown
|
|
@@ -89,6 +89,8 @@ module Increase
|
|
|
89
89
|
idempotency_key: nil,
|
|
90
90
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
91
91
|
# objects.
|
|
92
|
+
#
|
|
93
|
+
# Defaults to `100`.
|
|
92
94
|
limit: nil,
|
|
93
95
|
# Filter Lockbox Recipients to those associated with the provided Lockbox Address.
|
|
94
96
|
lockbox_address_id: nil,
|
|
@@ -32,6 +32,8 @@ module Increase
|
|
|
32
32
|
cursor: nil,
|
|
33
33
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
34
34
|
# objects.
|
|
35
|
+
#
|
|
36
|
+
# Defaults to `100`.
|
|
35
37
|
limit: nil,
|
|
36
38
|
# Filter results to only include OAuth Connections for a specific OAuth
|
|
37
39
|
# Application.
|
|
@@ -65,6 +65,8 @@ module Increase
|
|
|
65
65
|
cursor: nil,
|
|
66
66
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
67
67
|
# objects.
|
|
68
|
+
#
|
|
69
|
+
# Defaults to `100`.
|
|
68
70
|
limit: nil,
|
|
69
71
|
# Filter pending transactions to those belonging to the specified Route.
|
|
70
72
|
route_id: nil,
|
|
@@ -17,13 +17,17 @@ module Increase
|
|
|
17
17
|
).returns(Increase::PhysicalCardProfile)
|
|
18
18
|
end
|
|
19
19
|
def create(
|
|
20
|
-
# The identifier of the File containing the physical card's carrier image.
|
|
20
|
+
# The identifier of the File containing the physical card's carrier image. This
|
|
21
|
+
# must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
22
|
+
# density of 300 dots per inch (DPI).
|
|
21
23
|
carrier_image_file_id:,
|
|
22
24
|
# A phone number the user can contact to receive support for their card.
|
|
23
25
|
contact_phone:,
|
|
24
26
|
# A description you can use to identify the Card Profile.
|
|
25
27
|
description:,
|
|
26
|
-
# The identifier of the File containing the physical card's front image.
|
|
28
|
+
# The identifier of the File containing the physical card's front image. This must
|
|
29
|
+
# have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
|
|
30
|
+
# of 600 dots per inch (DPI).
|
|
27
31
|
front_image_file_id:,
|
|
28
32
|
# The identifier for the Program that this Physical Card Profile falls under.
|
|
29
33
|
program_id:,
|
|
@@ -68,6 +72,8 @@ module Increase
|
|
|
68
72
|
idempotency_key: nil,
|
|
69
73
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
70
74
|
# objects.
|
|
75
|
+
#
|
|
76
|
+
# Defaults to `100`.
|
|
71
77
|
limit: nil,
|
|
72
78
|
status: nil,
|
|
73
79
|
request_options: {}
|
|
@@ -72,6 +72,7 @@ module Increase
|
|
|
72
72
|
# a return the bank believes was initiated under questionable circumstances.
|
|
73
73
|
addenda_information: nil,
|
|
74
74
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
75
|
+
#
|
|
75
76
|
# Defaults to `no_account`.
|
|
76
77
|
reason: nil,
|
|
77
78
|
request_options: {}
|
|
@@ -25,8 +25,9 @@ module Increase
|
|
|
25
25
|
# other bank and is a debit to your account. Defaults to the negative of the Check
|
|
26
26
|
# Deposit amount.
|
|
27
27
|
amount: nil,
|
|
28
|
-
# The reason for the adjustment.
|
|
29
|
-
#
|
|
28
|
+
# The reason for the adjustment.
|
|
29
|
+
#
|
|
30
|
+
# Defaults to `non_conforming_item`.
|
|
30
31
|
reason: nil,
|
|
31
32
|
request_options: {}
|
|
32
33
|
)
|
|
@@ -6,10 +6,11 @@ module Increase
|
|
|
6
6
|
class InboundCheckDeposits
|
|
7
7
|
# Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
8
8
|
# depositing a check at their bank that was issued from your account. It may or
|
|
9
|
-
# may not be associated with a Check Transfer.
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
9
|
+
# may not be associated with a Check Transfer. The resulting Inbound Check Deposit
|
|
10
|
+
# will have a `status` of `pending`, and after an hour Increase will evaluate it
|
|
11
|
+
# as we would in production and either create a Transaction or a Declined
|
|
12
|
+
# Transaction as a result. To resolve it sooner, use the simulation to accept an
|
|
13
|
+
# Inbound Check Deposit or the API to decline one.
|
|
13
14
|
sig do
|
|
14
15
|
params(
|
|
15
16
|
account_number_id: String,
|
|
@@ -38,6 +38,8 @@ module Increase
|
|
|
38
38
|
cursor: nil,
|
|
39
39
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
40
|
# objects.
|
|
41
|
+
#
|
|
42
|
+
# Defaults to `100`.
|
|
41
43
|
limit: nil,
|
|
42
44
|
# Filter Transactions for those belonging to the specified route. This could be a
|
|
43
45
|
# Card ID or an Account Number ID.
|
|
@@ -91,7 +91,8 @@ module Increase
|
|
|
91
91
|
type: Increase::Models::Account::type_
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
type bank =
|
|
94
|
+
type bank =
|
|
95
|
+
:core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
|
|
95
96
|
|
|
96
97
|
module Bank
|
|
97
98
|
extend Increase::Internal::Type::Enum
|
|
@@ -105,6 +106,9 @@ module Increase
|
|
|
105
106
|
# Grasshopper Bank
|
|
106
107
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
107
108
|
|
|
109
|
+
# Increase Bank
|
|
110
|
+
INCREASE_BANK: :increase_bank
|
|
111
|
+
|
|
108
112
|
def self?.values: -> ::Array[Increase::Models::Account::bank]
|
|
109
113
|
end
|
|
110
114
|
|
|
@@ -468,10 +468,10 @@ module Increase
|
|
|
468
468
|
module ShippingMethod
|
|
469
469
|
extend Increase::Internal::Type::Enum
|
|
470
470
|
|
|
471
|
-
#
|
|
471
|
+
# USPS First Class
|
|
472
472
|
USPS_FIRST_CLASS: :usps_first_class
|
|
473
473
|
|
|
474
|
-
#
|
|
474
|
+
# FedEx Overnight
|
|
475
475
|
FEDEX_OVERNIGHT: :fedex_overnight
|
|
476
476
|
|
|
477
477
|
def self?.values: -> ::Array[Increase::Models::CheckTransfer::PhysicalCheck::shipping_method]
|
|
@@ -318,10 +318,10 @@ module Increase
|
|
|
318
318
|
module ShippingMethod
|
|
319
319
|
extend Increase::Internal::Type::Enum
|
|
320
320
|
|
|
321
|
-
#
|
|
321
|
+
# USPS First Class
|
|
322
322
|
USPS_FIRST_CLASS: :usps_first_class
|
|
323
323
|
|
|
324
|
-
#
|
|
324
|
+
# FedEx Overnight
|
|
325
325
|
FEDEX_OVERNIGHT: :fedex_overnight
|
|
326
326
|
|
|
327
327
|
def self?.values: -> ::Array[Increase::Models::CheckTransferCreateParams::PhysicalCheck::shipping_method]
|
|
@@ -110,6 +110,8 @@ module Increase
|
|
|
110
110
|
| :"inbound_wire_drawdown_request.created"
|
|
111
111
|
| :"inbound_wire_transfer.created"
|
|
112
112
|
| :"inbound_wire_transfer.updated"
|
|
113
|
+
| :"interest_rate_plan.created"
|
|
114
|
+
| :"interest_rate_plan.updated"
|
|
113
115
|
| :"intrafi_account_enrollment.created"
|
|
114
116
|
| :"intrafi_account_enrollment.updated"
|
|
115
117
|
| :"intrafi_exclusion.created"
|
|
@@ -367,6 +369,12 @@ module Increase
|
|
|
367
369
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
368
370
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
369
371
|
|
|
372
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
373
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
374
|
+
|
|
375
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
376
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
377
|
+
|
|
370
378
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
371
379
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
372
380
|
|
|
@@ -152,6 +152,8 @@ module Increase
|
|
|
152
152
|
| :"inbound_wire_drawdown_request.created"
|
|
153
153
|
| :"inbound_wire_transfer.created"
|
|
154
154
|
| :"inbound_wire_transfer.updated"
|
|
155
|
+
| :"interest_rate_plan.created"
|
|
156
|
+
| :"interest_rate_plan.updated"
|
|
155
157
|
| :"intrafi_account_enrollment.created"
|
|
156
158
|
| :"intrafi_account_enrollment.updated"
|
|
157
159
|
| :"intrafi_exclusion.created"
|
|
@@ -409,6 +411,12 @@ module Increase
|
|
|
409
411
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
410
412
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
411
413
|
|
|
414
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
415
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
416
|
+
|
|
417
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
418
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
419
|
+
|
|
412
420
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
413
421
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
414
422
|
|
|
@@ -136,6 +136,8 @@ module Increase
|
|
|
136
136
|
| :"inbound_wire_drawdown_request.created"
|
|
137
137
|
| :"inbound_wire_transfer.created"
|
|
138
138
|
| :"inbound_wire_transfer.updated"
|
|
139
|
+
| :"interest_rate_plan.created"
|
|
140
|
+
| :"interest_rate_plan.updated"
|
|
139
141
|
| :"intrafi_account_enrollment.created"
|
|
140
142
|
| :"intrafi_account_enrollment.updated"
|
|
141
143
|
| :"intrafi_exclusion.created"
|
|
@@ -393,6 +395,12 @@ module Increase
|
|
|
393
395
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
394
396
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
395
397
|
|
|
398
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
399
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
400
|
+
|
|
401
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
402
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
403
|
+
|
|
396
404
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
397
405
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
398
406
|
|
|
@@ -139,6 +139,8 @@ module Increase
|
|
|
139
139
|
| :"inbound_wire_drawdown_request.created"
|
|
140
140
|
| :"inbound_wire_transfer.created"
|
|
141
141
|
| :"inbound_wire_transfer.updated"
|
|
142
|
+
| :"interest_rate_plan.created"
|
|
143
|
+
| :"interest_rate_plan.updated"
|
|
142
144
|
| :"intrafi_account_enrollment.created"
|
|
143
145
|
| :"intrafi_account_enrollment.updated"
|
|
144
146
|
| :"intrafi_exclusion.created"
|
|
@@ -396,6 +398,12 @@ module Increase
|
|
|
396
398
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
397
399
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
398
400
|
|
|
401
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
402
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
403
|
+
|
|
404
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
405
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
406
|
+
|
|
399
407
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
400
408
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
401
409
|
|
|
@@ -168,13 +168,13 @@ module Increase
|
|
|
168
168
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
169
169
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
170
170
|
|
|
171
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
171
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
172
172
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
173
173
|
|
|
174
174
|
# The image to be printed on the back of a physical card.
|
|
175
175
|
PHYSICAL_CARD_BACK: :physical_card_back
|
|
176
176
|
|
|
177
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
177
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
178
178
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
179
179
|
|
|
180
180
|
# A document requested by Increase.
|
|
@@ -101,10 +101,10 @@ module Increase
|
|
|
101
101
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
102
102
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
103
103
|
|
|
104
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
104
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
105
105
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
106
106
|
|
|
107
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
107
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
108
108
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
109
109
|
|
|
110
110
|
# A document requested by Increase.
|
|
@@ -207,13 +207,13 @@ module Increase
|
|
|
207
207
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
208
208
|
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
|
|
209
209
|
|
|
210
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
210
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
211
211
|
PHYSICAL_CARD_FRONT: :physical_card_front
|
|
212
212
|
|
|
213
213
|
# The image to be printed on the back of a physical card.
|
|
214
214
|
PHYSICAL_CARD_BACK: :physical_card_back
|
|
215
215
|
|
|
216
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
216
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
217
217
|
PHYSICAL_CARD_CARRIER: :physical_card_carrier
|
|
218
218
|
|
|
219
219
|
# A document requested by Increase.
|
|
@@ -8,6 +8,7 @@ module Increase
|
|
|
8
8
|
account_number_id: String?,
|
|
9
9
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
10
10
|
amount: Integer,
|
|
11
|
+
automatically_resolves_at: Time,
|
|
11
12
|
back_image_file_id: String?,
|
|
12
13
|
bank_of_first_deposit_routing_number: String?,
|
|
13
14
|
check_number: String?,
|
|
@@ -37,6 +38,8 @@ module Increase
|
|
|
37
38
|
|
|
38
39
|
attr_accessor amount: Integer
|
|
39
40
|
|
|
41
|
+
attr_accessor automatically_resolves_at: Time
|
|
42
|
+
|
|
40
43
|
attr_accessor back_image_file_id: String?
|
|
41
44
|
|
|
42
45
|
attr_accessor bank_of_first_deposit_routing_number: String?
|
|
@@ -72,6 +75,7 @@ module Increase
|
|
|
72
75
|
account_number_id: String?,
|
|
73
76
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
74
77
|
amount: Integer,
|
|
78
|
+
automatically_resolves_at: Time,
|
|
75
79
|
back_image_file_id: String?,
|
|
76
80
|
bank_of_first_deposit_routing_number: String?,
|
|
77
81
|
check_number: String?,
|
|
@@ -95,6 +99,7 @@ module Increase
|
|
|
95
99
|
account_number_id: String?,
|
|
96
100
|
adjustments: ::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
97
101
|
amount: Integer,
|
|
102
|
+
automatically_resolves_at: Time,
|
|
98
103
|
back_image_file_id: String?,
|
|
99
104
|
bank_of_first_deposit_routing_number: String?,
|
|
100
105
|
check_number: String?,
|
|
@@ -61,7 +61,8 @@ module Increase
|
|
|
61
61
|
updated_at: Time
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
type bank =
|
|
64
|
+
type bank =
|
|
65
|
+
:core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
|
|
65
66
|
|
|
66
67
|
module Bank
|
|
67
68
|
extend Increase::Internal::Type::Enum
|
|
@@ -75,6 +76,9 @@ module Increase
|
|
|
75
76
|
# Grasshopper Bank
|
|
76
77
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
77
78
|
|
|
79
|
+
# Increase Bank
|
|
80
|
+
INCREASE_BANK: :increase_bank
|
|
81
|
+
|
|
78
82
|
def self?.values: -> ::Array[Increase::Models::Program::bank]
|
|
79
83
|
end
|
|
80
84
|
|
|
@@ -5,6 +5,7 @@ module Increase
|
|
|
5
5
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
6
6
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
7
7
|
name: String,
|
|
8
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
8
9
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
9
10
|
routing_number: String,
|
|
10
11
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -18,6 +19,8 @@ module Increase
|
|
|
18
19
|
|
|
19
20
|
attr_accessor name: String
|
|
20
21
|
|
|
22
|
+
attr_accessor real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment
|
|
23
|
+
|
|
21
24
|
attr_accessor real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers
|
|
22
25
|
|
|
23
26
|
attr_accessor routing_number: String
|
|
@@ -30,6 +33,7 @@ module Increase
|
|
|
30
33
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
31
34
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
32
35
|
name: String,
|
|
36
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
33
37
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
34
38
|
routing_number: String,
|
|
35
39
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -40,6 +44,7 @@ module Increase
|
|
|
40
44
|
ach_transfers: Increase::Models::RoutingNumberListResponse::ach_transfers,
|
|
41
45
|
fednow_transfers: Increase::Models::RoutingNumberListResponse::fednow_transfers,
|
|
42
46
|
name: String,
|
|
47
|
+
real_time_payments_request_for_payment: Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment,
|
|
43
48
|
real_time_payments_transfers: Increase::Models::RoutingNumberListResponse::real_time_payments_transfers,
|
|
44
49
|
routing_number: String,
|
|
45
50
|
type: Increase::Models::RoutingNumberListResponse::type_,
|
|
@@ -74,6 +79,20 @@ module Increase
|
|
|
74
79
|
def self?.values: -> ::Array[Increase::Models::RoutingNumberListResponse::fednow_transfers]
|
|
75
80
|
end
|
|
76
81
|
|
|
82
|
+
type real_time_payments_request_for_payment = :supported | :not_supported
|
|
83
|
+
|
|
84
|
+
module RealTimePaymentsRequestForPayment
|
|
85
|
+
extend Increase::Internal::Type::Enum
|
|
86
|
+
|
|
87
|
+
# The routing number can receive this transfer type.
|
|
88
|
+
SUPPORTED: :supported
|
|
89
|
+
|
|
90
|
+
# The routing number cannot receive this transfer type.
|
|
91
|
+
NOT_SUPPORTED: :not_supported
|
|
92
|
+
|
|
93
|
+
def self?.values: -> ::Array[Increase::Models::RoutingNumberListResponse::real_time_payments_request_for_payment]
|
|
94
|
+
end
|
|
95
|
+
|
|
77
96
|
type real_time_payments_transfers = :supported | :not_supported
|
|
78
97
|
|
|
79
98
|
module RealTimePaymentsTransfers
|
|
@@ -46,7 +46,8 @@ module Increase
|
|
|
46
46
|
request_options: Increase::RequestOptions
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
type bank =
|
|
49
|
+
type bank =
|
|
50
|
+
:core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
|
|
50
51
|
|
|
51
52
|
module Bank
|
|
52
53
|
extend Increase::Internal::Type::Enum
|
|
@@ -60,6 +61,9 @@ module Increase
|
|
|
60
61
|
# Grasshopper Bank
|
|
61
62
|
GRASSHOPPER_BANK: :grasshopper_bank
|
|
62
63
|
|
|
64
|
+
# Increase Bank
|
|
65
|
+
INCREASE_BANK: :increase_bank
|
|
66
|
+
|
|
63
67
|
def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
|
|
64
68
|
end
|
|
65
69
|
end
|
|
@@ -110,6 +110,8 @@ module Increase
|
|
|
110
110
|
| :"inbound_wire_drawdown_request.created"
|
|
111
111
|
| :"inbound_wire_transfer.created"
|
|
112
112
|
| :"inbound_wire_transfer.updated"
|
|
113
|
+
| :"interest_rate_plan.created"
|
|
114
|
+
| :"interest_rate_plan.updated"
|
|
113
115
|
| :"intrafi_account_enrollment.created"
|
|
114
116
|
| :"intrafi_account_enrollment.updated"
|
|
115
117
|
| :"intrafi_exclusion.created"
|
|
@@ -367,6 +369,12 @@ module Increase
|
|
|
367
369
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
368
370
|
INBOUND_WIRE_TRANSFER_UPDATED: :"inbound_wire_transfer.updated"
|
|
369
371
|
|
|
372
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
373
|
+
INTEREST_RATE_PLAN_CREATED: :"interest_rate_plan.created"
|
|
374
|
+
|
|
375
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
376
|
+
INTEREST_RATE_PLAN_UPDATED: :"interest_rate_plan.updated"
|
|
377
|
+
|
|
370
378
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
371
379
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED: :"intrafi_account_enrollment.created"
|
|
372
380
|
|
|
@@ -119,10 +119,14 @@ module Increase
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
class Address < Increase::Internal::Type::BaseModel
|
|
122
|
-
|
|
122
|
+
attr_reader unstructured: Increase::WireTransferCreateParams::Creditor::Address::Unstructured?
|
|
123
|
+
|
|
124
|
+
def unstructured=: (
|
|
125
|
+
Increase::WireTransferCreateParams::Creditor::Address::Unstructured
|
|
126
|
+
) -> Increase::WireTransferCreateParams::Creditor::Address::Unstructured
|
|
123
127
|
|
|
124
128
|
def initialize: (
|
|
125
|
-
unstructured: Increase::WireTransferCreateParams::Creditor::Address::Unstructured
|
|
129
|
+
?unstructured: Increase::WireTransferCreateParams::Creditor::Address::Unstructured
|
|
126
130
|
) -> void
|
|
127
131
|
|
|
128
132
|
def to_hash: -> {
|
|
@@ -271,10 +275,14 @@ module Increase
|
|
|
271
275
|
}
|
|
272
276
|
|
|
273
277
|
class Address < Increase::Internal::Type::BaseModel
|
|
274
|
-
|
|
278
|
+
attr_reader unstructured: Increase::WireTransferCreateParams::Debtor::Address::Unstructured?
|
|
279
|
+
|
|
280
|
+
def unstructured=: (
|
|
281
|
+
Increase::WireTransferCreateParams::Debtor::Address::Unstructured
|
|
282
|
+
) -> Increase::WireTransferCreateParams::Debtor::Address::Unstructured
|
|
275
283
|
|
|
276
284
|
def initialize: (
|
|
277
|
-
unstructured: Increase::WireTransferCreateParams::Debtor::Address::Unstructured
|
|
285
|
+
?unstructured: Increase::WireTransferCreateParams::Debtor::Address::Unstructured
|
|
278
286
|
) -> void
|
|
279
287
|
|
|
280
288
|
def to_hash: -> {
|