modern_treasury 0.1.0.pre.alpha.22 → 0.1.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/CHANGELOG.md +38 -0
- data/README.md +1 -1
- data/lib/modern_treasury/client.rb +0 -12
- data/lib/modern_treasury/internal/transport/base_client.rb +1 -1
- data/lib/modern_treasury/internal/type/base_model.rb +4 -4
- data/lib/modern_treasury/models/accounting.rb +30 -0
- data/lib/modern_treasury/models/address.rb +94 -0
- data/lib/modern_treasury/models/address_request.rb +54 -0
- data/lib/modern_treasury/models/bulk_request_create_params.rb +144 -1505
- data/lib/modern_treasury/models/child_legal_entity_create.rb +275 -0
- data/lib/modern_treasury/models/connection_legal_entity_create_params.rb +10 -627
- data/lib/modern_treasury/models/contact_detail.rb +81 -0
- data/lib/modern_treasury/models/contact_detail_create_request.rb +34 -0
- data/lib/modern_treasury/models/counterparty.rb +24 -177
- data/lib/modern_treasury/models/counterparty_create_params.rb +37 -838
- data/lib/modern_treasury/models/counterparty_list_params.rb +9 -1
- data/lib/modern_treasury/models/document.rb +4 -6
- data/lib/modern_treasury/models/document_create_params.rb +0 -2
- data/lib/modern_treasury/models/document_list_params.rb +4 -6
- data/lib/modern_treasury/models/expected_payment.rb +9 -1
- data/lib/modern_treasury/models/expected_payment_create_params.rb +12 -230
- data/lib/modern_treasury/models/expected_payment_list_params.rb +8 -1
- data/lib/modern_treasury/models/expected_payment_update_params.rb +9 -1
- data/lib/modern_treasury/models/external_account.rb +15 -177
- data/lib/modern_treasury/models/external_account_create_params.rb +18 -210
- data/lib/modern_treasury/models/external_account_list_params.rb +9 -1
- data/lib/modern_treasury/models/external_account_update_params.rb +3 -52
- data/lib/modern_treasury/models/foreign_exchange_quote.rb +3 -73
- data/lib/modern_treasury/models/foreign_exchange_rate.rb +71 -0
- data/lib/modern_treasury/models/identification_create_request.rb +86 -0
- data/lib/modern_treasury/models/internal_account.rb +3 -95
- data/lib/modern_treasury/models/internal_account_update_account_capability_params.rb +34 -0
- data/lib/modern_treasury/models/internal_account_update_account_capability_response.rb +131 -0
- data/lib/modern_treasury/models/invoice.rb +3 -81
- data/lib/modern_treasury/models/invoice_create_params.rb +3 -83
- data/lib/modern_treasury/models/invoice_update_params.rb +3 -83
- data/lib/modern_treasury/models/ledger_account.rb +9 -141
- data/lib/modern_treasury/models/ledger_account_balance_monitor.rb +3 -182
- data/lib/modern_treasury/models/ledger_account_category.rb +3 -175
- data/lib/modern_treasury/models/ledger_account_category_list_params.rb +9 -5
- data/lib/modern_treasury/models/ledger_account_category_retrieve_params.rb +4 -2
- data/lib/modern_treasury/models/ledger_account_create_params.rb +2 -105
- data/lib/modern_treasury/models/ledger_account_create_request.rb +113 -0
- data/lib/modern_treasury/models/ledger_account_statement_create_response.rb +6 -360
- data/lib/modern_treasury/models/ledger_account_statement_retrieve_response.rb +6 -360
- data/lib/modern_treasury/models/ledger_balance.rb +45 -0
- data/lib/modern_treasury/models/ledger_balances.rb +38 -0
- data/lib/modern_treasury/models/ledger_entry.rb +3 -183
- data/lib/modern_treasury/models/ledger_entry_create_request.rb +98 -0
- data/lib/modern_treasury/models/ledger_entry_list_params.rb +48 -8
- data/lib/modern_treasury/models/ledger_transaction.rb +14 -6
- data/lib/modern_treasury/models/ledger_transaction_create_params.rb +2 -212
- data/lib/modern_treasury/models/ledger_transaction_create_request.rb +123 -0
- data/lib/modern_treasury/models/ledger_transaction_create_reversal_params.rb +0 -1
- data/lib/modern_treasury/models/ledger_transaction_list_params.rb +44 -7
- data/lib/modern_treasury/models/ledger_transaction_update_params.rb +5 -104
- data/lib/modern_treasury/models/ledger_transactions/ledger_transaction_version.rb +15 -193
- data/lib/modern_treasury/models/legal_entity_address_create_request.rb +78 -0
- data/lib/modern_treasury/models/legal_entity_association.rb +1 -0
- data/lib/modern_treasury/models/legal_entity_association_create_params.rb +4 -448
- data/lib/modern_treasury/models/legal_entity_create_params.rb +10 -618
- data/lib/modern_treasury/models/legal_entity_update_params.rb +6 -165
- data/lib/modern_treasury/models/line_item.rb +3 -29
- data/lib/modern_treasury/models/payment_action_list_params.rb +1 -0
- data/lib/modern_treasury/models/payment_order.rb +13 -102
- data/lib/modern_treasury/models/payment_order_create_async_params.rb +24 -477
- data/lib/modern_treasury/models/payment_order_create_params.rb +24 -479
- data/lib/modern_treasury/models/payment_order_update_params.rb +21 -248
- data/lib/modern_treasury/models/payment_orders/reversal_create_params.rb +3 -232
- data/lib/modern_treasury/models/payment_reference.rb +7 -1
- data/lib/modern_treasury/models/return_list_params.rb +5 -6
- data/lib/modern_treasury/models/return_object.rb +7 -3
- data/lib/modern_treasury/models/routing_detail.rb +3 -93
- data/lib/modern_treasury/models/routing_number_lookup_request.rb +3 -55
- data/lib/modern_treasury/models/transaction.rb +5 -73
- data/lib/modern_treasury/models/transactions/transaction_line_item.rb +0 -1
- data/lib/modern_treasury/models/virtual_account_create_params.rb +3 -117
- data/lib/modern_treasury/models.rb +31 -6
- data/lib/modern_treasury/resources/bulk_requests.rb +1 -1
- data/lib/modern_treasury/resources/counterparties.rb +20 -14
- data/lib/modern_treasury/resources/expected_payments.rb +10 -4
- data/lib/modern_treasury/resources/external_accounts.rb +23 -17
- data/lib/modern_treasury/resources/internal_accounts.rb +34 -0
- data/lib/modern_treasury/resources/invoices.rb +2 -2
- data/lib/modern_treasury/resources/ledger_account_categories.rb +1 -1
- data/lib/modern_treasury/resources/ledger_accounts.rb +1 -1
- data/lib/modern_treasury/resources/ledger_entries.rb +1 -1
- data/lib/modern_treasury/resources/ledger_transactions.rb +5 -5
- data/lib/modern_treasury/resources/legal_entities.rb +4 -4
- data/lib/modern_treasury/resources/legal_entity_associations.rb +1 -1
- data/lib/modern_treasury/resources/payment_orders/reversals.rb +1 -1
- data/lib/modern_treasury/resources/payment_orders.rb +5 -5
- data/lib/modern_treasury/resources/returns.rb +1 -1
- data/lib/modern_treasury/resources/virtual_accounts.rb +1 -1
- data/lib/modern_treasury/version.rb +1 -1
- data/lib/modern_treasury.rb +16 -6
- data/rbi/modern_treasury/client.rbi +0 -9
- data/rbi/modern_treasury/internal/transport/base_client.rbi +1 -1
- data/rbi/modern_treasury/models/accounting.rbi +48 -0
- data/rbi/modern_treasury/models/address.rbi +107 -0
- data/rbi/modern_treasury/models/address_request.rbi +76 -0
- data/rbi/modern_treasury/models/bulk_request_create_params.rbi +701 -3140
- data/rbi/modern_treasury/models/child_legal_entity_create.rbi +511 -0
- data/rbi/modern_treasury/models/connection_legal_entity_create_params.rbi +17 -1314
- data/rbi/modern_treasury/models/contact_detail.rbi +124 -0
- data/rbi/modern_treasury/models/contact_detail_create_request.rbi +99 -0
- data/rbi/modern_treasury/models/counterparty.rbi +24 -264
- data/rbi/modern_treasury/models/counterparty_create_params.rbi +47 -1718
- data/rbi/modern_treasury/models/counterparty_list_params.rbi +11 -0
- data/rbi/modern_treasury/models/document.rbi +6 -16
- data/rbi/modern_treasury/models/document_create_params.rbi +0 -10
- data/rbi/modern_treasury/models/document_list_params.rbi +6 -16
- data/rbi/modern_treasury/models/expected_payment.rbi +8 -0
- data/rbi/modern_treasury/models/expected_payment_create_params.rbi +12 -419
- data/rbi/modern_treasury/models/expected_payment_list_params.rbi +9 -0
- data/rbi/modern_treasury/models/expected_payment_update_params.rbi +8 -0
- data/rbi/modern_treasury/models/external_account.rbi +15 -244
- data/rbi/modern_treasury/models/external_account_create_params.rbi +20 -400
- data/rbi/modern_treasury/models/external_account_list_params.rbi +11 -0
- data/rbi/modern_treasury/models/external_account_update_params.rbi +4 -86
- data/rbi/modern_treasury/models/foreign_exchange_quote.rbi +4 -99
- data/rbi/modern_treasury/models/foreign_exchange_rate.rbi +96 -0
- data/rbi/modern_treasury/models/identification_create_request.rbi +212 -0
- data/rbi/modern_treasury/models/internal_account.rbi +4 -115
- data/rbi/modern_treasury/models/internal_account_update_account_capability_params.rbi +54 -0
- data/rbi/modern_treasury/models/internal_account_update_account_capability_response.rbi +304 -0
- data/rbi/modern_treasury/models/invoice.rbi +3 -128
- data/rbi/modern_treasury/models/invoice_create_params.rbi +4 -139
- data/rbi/modern_treasury/models/invoice_update_params.rbi +4 -139
- data/rbi/modern_treasury/models/ledger_account.rbi +12 -218
- data/rbi/modern_treasury/models/ledger_account_balance_monitor.rbi +4 -303
- data/rbi/modern_treasury/models/ledger_account_category.rbi +4 -301
- data/rbi/modern_treasury/models/ledger_account_category_list_params.rbi +14 -7
- data/rbi/modern_treasury/models/ledger_account_category_retrieve_params.rbi +6 -3
- data/rbi/modern_treasury/models/ledger_account_create_params.rbi +5 -173
- data/rbi/modern_treasury/models/ledger_account_create_request.rbi +194 -0
- data/rbi/modern_treasury/models/ledger_account_statement_create_response.rbi +8 -612
- data/rbi/modern_treasury/models/ledger_account_statement_retrieve_response.rbi +8 -612
- data/rbi/modern_treasury/models/ledger_balance.rbi +66 -0
- data/rbi/modern_treasury/models/ledger_balances.rbi +75 -0
- data/rbi/modern_treasury/models/ledger_entry.rbi +4 -309
- data/rbi/modern_treasury/models/ledger_entry_create_request.rbi +137 -0
- data/rbi/modern_treasury/models/ledger_entry_list_params.rbi +99 -16
- data/rbi/modern_treasury/models/ledger_transaction.rbi +17 -11
- data/rbi/modern_treasury/models/ledger_transaction_create_params.rbi +5 -383
- data/rbi/modern_treasury/models/ledger_transaction_create_request.rbi +258 -0
- data/rbi/modern_treasury/models/ledger_transaction_create_reversal_params.rbi +0 -5
- data/rbi/modern_treasury/models/ledger_transaction_list_params.rbi +93 -18
- data/rbi/modern_treasury/models/ledger_transaction_update_params.rbi +7 -158
- data/rbi/modern_treasury/models/ledger_transactions/ledger_transaction_version.rbi +18 -316
- data/rbi/modern_treasury/models/legal_entity_address_create_request.rbi +157 -0
- data/rbi/modern_treasury/models/legal_entity_association.rbi +5 -0
- data/rbi/modern_treasury/models/legal_entity_association_create_params.rbi +9 -917
- data/rbi/modern_treasury/models/legal_entity_create_params.rbi +17 -1297
- data/rbi/modern_treasury/models/legal_entity_update_params.rbi +8 -378
- data/rbi/modern_treasury/models/line_item.rbi +4 -52
- data/rbi/modern_treasury/models/payment_action_list_params.rbi +5 -0
- data/rbi/modern_treasury/models/payment_order.rbi +43 -159
- data/rbi/modern_treasury/models/payment_order_create_async_params.rbi +28 -882
- data/rbi/modern_treasury/models/payment_order_create_params.rbi +28 -887
- data/rbi/modern_treasury/models/payment_order_update_params.rbi +24 -460
- data/rbi/modern_treasury/models/payment_orders/reversal_create_params.rbi +4 -415
- data/rbi/modern_treasury/models/payment_reference.rbi +35 -5
- data/rbi/modern_treasury/models/return_list_params.rbi +6 -11
- data/rbi/modern_treasury/models/return_object.rbi +35 -12
- data/rbi/modern_treasury/models/routing_detail.rbi +4 -113
- data/rbi/modern_treasury/models/routing_number_lookup_request.rbi +4 -87
- data/rbi/modern_treasury/models/transaction.rbi +14 -103
- data/rbi/modern_treasury/models/transactions/transaction_line_item.rbi +0 -5
- data/rbi/modern_treasury/models/virtual_account_create_params.rbi +4 -203
- data/rbi/modern_treasury/models.rbi +36 -6
- data/rbi/modern_treasury/resources/bulk_requests.rbi +2 -2
- data/rbi/modern_treasury/resources/counterparties.rbi +20 -12
- data/rbi/modern_treasury/resources/documents.rbi +2 -2
- data/rbi/modern_treasury/resources/expected_payments.rbi +9 -1
- data/rbi/modern_treasury/resources/external_accounts.rbi +29 -22
- data/rbi/modern_treasury/resources/internal_accounts.rbi +24 -0
- data/rbi/modern_treasury/resources/invoices.rbi +2 -8
- data/rbi/modern_treasury/resources/ledger_account_categories.rbi +7 -3
- data/rbi/modern_treasury/resources/ledger_accounts.rbi +1 -1
- data/rbi/modern_treasury/resources/ledger_entries.rbi +9 -2
- data/rbi/modern_treasury/resources/ledger_transactions.rbi +13 -13
- data/rbi/modern_treasury/resources/legal_entities.rbi +4 -8
- data/rbi/modern_treasury/resources/legal_entity_associations.rbi +1 -2
- data/rbi/modern_treasury/resources/payment_orders/reversals.rbi +1 -1
- data/rbi/modern_treasury/resources/payment_orders.rbi +5 -8
- data/rbi/modern_treasury/resources/returns.rbi +2 -2
- data/rbi/modern_treasury/resources/virtual_accounts.rbi +1 -2
- data/sig/modern_treasury/client.rbs +0 -6
- data/sig/modern_treasury/internal/transport/base_client.rbs +1 -1
- data/sig/modern_treasury/models/accounting.rbs +15 -0
- data/sig/modern_treasury/models/address.rbs +70 -0
- data/sig/modern_treasury/models/address_request.rbs +45 -0
- data/sig/modern_treasury/models/bulk_request_create_params.rbs +88 -1089
- data/sig/modern_treasury/models/child_legal_entity_create.rbs +220 -0
- data/sig/modern_treasury/models/connection_legal_entity_create_params.rbs +21 -548
- data/sig/modern_treasury/models/contact_detail.rbs +67 -0
- data/sig/modern_treasury/models/contact_detail_create_request.rbs +43 -0
- data/sig/modern_treasury/models/counterparty.rbs +20 -141
- data/sig/modern_treasury/models/counterparty_create_params.rbs +49 -737
- data/sig/modern_treasury/models/counterparty_list_params.rbs +7 -0
- data/sig/modern_treasury/models/document.rbs +0 -4
- data/sig/modern_treasury/models/document_create_params.rbs +0 -4
- data/sig/modern_treasury/models/document_list_params.rbs +0 -4
- data/sig/modern_treasury/models/expected_payment.rbs +5 -0
- data/sig/modern_treasury/models/expected_payment_create_params.rbs +11 -173
- data/sig/modern_treasury/models/expected_payment_list_params.rbs +7 -0
- data/sig/modern_treasury/models/expected_payment_update_params.rbs +5 -0
- data/sig/modern_treasury/models/external_account.rbs +13 -139
- data/sig/modern_treasury/models/external_account_create_params.rbs +23 -189
- data/sig/modern_treasury/models/external_account_list_params.rbs +7 -0
- data/sig/modern_treasury/models/external_account_update_params.rbs +6 -48
- data/sig/modern_treasury/models/foreign_exchange_quote.rbs +4 -51
- data/sig/modern_treasury/models/foreign_exchange_rate.rbs +50 -0
- data/sig/modern_treasury/models/identification_create_request.rbs +93 -0
- data/sig/modern_treasury/models/internal_account.rbs +4 -71
- data/sig/modern_treasury/models/internal_account_update_account_capability_params.rbs +28 -0
- data/sig/modern_treasury/models/internal_account_update_account_capability_response.rbs +137 -0
- data/sig/modern_treasury/models/invoice.rbs +4 -68
- data/sig/modern_treasury/models/invoice_create_params.rbs +6 -70
- data/sig/modern_treasury/models/invoice_update_params.rbs +6 -70
- data/sig/modern_treasury/models/ledger_account.rbs +12 -123
- data/sig/modern_treasury/models/ledger_account_balance_monitor.rbs +4 -142
- data/sig/modern_treasury/models/ledger_account_category.rbs +4 -142
- data/sig/modern_treasury/models/ledger_account_category_list_params.rbs +5 -5
- data/sig/modern_treasury/models/ledger_account_create_params.rbs +4 -84
- data/sig/modern_treasury/models/ledger_account_create_request.rbs +89 -0
- data/sig/modern_treasury/models/ledger_account_statement_create_response.rbs +8 -284
- data/sig/modern_treasury/models/ledger_account_statement_retrieve_response.rbs +8 -284
- data/sig/modern_treasury/models/ledger_balance.rbs +40 -0
- data/sig/modern_treasury/models/ledger_balances.rbs +30 -0
- data/sig/modern_treasury/models/ledger_entry.rbs +4 -142
- data/sig/modern_treasury/models/ledger_entry_create_request.rbs +62 -0
- data/sig/modern_treasury/models/ledger_entry_list_params.rbs +21 -3
- data/sig/modern_treasury/models/ledger_transaction.rbs +5 -2
- data/sig/modern_treasury/models/ledger_transaction_create_params.rbs +4 -165
- data/sig/modern_treasury/models/ledger_transaction_create_request.rbs +109 -0
- data/sig/modern_treasury/models/ledger_transaction_create_reversal_params.rbs +0 -2
- data/sig/modern_treasury/models/ledger_transaction_list_params.rbs +21 -5
- data/sig/modern_treasury/models/ledger_transaction_update_params.rbs +6 -67
- data/sig/modern_treasury/models/ledger_transactions/ledger_transaction_version.rbs +9 -144
- data/sig/modern_treasury/models/legal_entity_address_create_request.rbs +68 -0
- data/sig/modern_treasury/models/legal_entity_association.rbs +3 -1
- data/sig/modern_treasury/models/legal_entity_association_create_params.rbs +9 -380
- data/sig/modern_treasury/models/legal_entity_create_params.rbs +21 -548
- data/sig/modern_treasury/models/legal_entity_update_params.rbs +12 -168
- data/sig/modern_treasury/models/line_item.rbs +4 -16
- data/sig/modern_treasury/models/payment_action_list_params.rbs +2 -1
- data/sig/modern_treasury/models/payment_order.rbs +22 -69
- data/sig/modern_treasury/models/payment_order_create_async_params.rbs +35 -380
- data/sig/modern_treasury/models/payment_order_create_params.rbs +35 -384
- data/sig/modern_treasury/models/payment_order_update_params.rbs +29 -207
- data/sig/modern_treasury/models/payment_orders/reversal_create_params.rbs +6 -173
- data/sig/modern_treasury/models/payment_reference.rbs +14 -2
- data/sig/modern_treasury/models/return_list_params.rbs +1 -6
- data/sig/modern_treasury/models/return_object.rbs +15 -10
- data/sig/modern_treasury/models/routing_detail.rbs +4 -71
- data/sig/modern_treasury/models/routing_number_lookup_request.rbs +6 -48
- data/sig/modern_treasury/models/transaction.rbs +8 -53
- data/sig/modern_treasury/models/transactions/transaction_line_item.rbs +0 -2
- data/sig/modern_treasury/models/virtual_account_create_params.rbs +6 -95
- data/sig/modern_treasury/models.rbs +30 -6
- data/sig/modern_treasury/resources/counterparties.rbs +2 -0
- data/sig/modern_treasury/resources/expected_payments.rbs +4 -1
- data/sig/modern_treasury/resources/external_accounts.rbs +6 -4
- data/sig/modern_treasury/resources/internal_accounts.rbs +7 -0
- data/sig/modern_treasury/resources/invoices.rbs +2 -2
- data/sig/modern_treasury/resources/ledger_account_categories.rbs +1 -1
- data/sig/modern_treasury/resources/ledger_accounts.rbs +1 -1
- data/sig/modern_treasury/resources/ledger_transactions.rbs +4 -4
- data/sig/modern_treasury/resources/legal_entities.rbs +4 -4
- data/sig/modern_treasury/resources/legal_entity_associations.rbs +1 -1
- data/sig/modern_treasury/resources/payment_orders/reversals.rbs +1 -1
- data/sig/modern_treasury/resources/payment_orders.rbs +5 -5
- data/sig/modern_treasury/resources/virtual_accounts.rbs +1 -1
- metadata +52 -22
- data/lib/modern_treasury/models/paper_item.rb +0 -178
- data/lib/modern_treasury/models/paper_item_list_params.rb +0 -56
- data/lib/modern_treasury/models/paper_item_retrieve_params.rb +0 -14
- data/lib/modern_treasury/resources/ledger_event_handlers.rb +0 -14
- data/lib/modern_treasury/resources/ledgerable_events.rb +0 -14
- data/lib/modern_treasury/resources/paper_items.rb +0 -68
- data/rbi/modern_treasury/models/paper_item.rbi +0 -204
- data/rbi/modern_treasury/models/paper_item_list_params.rbi +0 -88
- data/rbi/modern_treasury/models/paper_item_retrieve_params.rbi +0 -32
- data/rbi/modern_treasury/resources/ledger_event_handlers.rbi +0 -12
- data/rbi/modern_treasury/resources/ledgerable_events.rbi +0 -12
- data/rbi/modern_treasury/resources/paper_items.rbi +0 -51
- data/sig/modern_treasury/models/paper_item.rbs +0 -122
- data/sig/modern_treasury/models/paper_item_list_params.rbs +0 -54
- data/sig/modern_treasury/models/paper_item_retrieve_params.rbs +0 -15
- data/sig/modern_treasury/resources/ledger_event_handlers.rbs +0 -7
- data/sig/modern_treasury/resources/ledgerable_events.rbs +0 -7
- data/sig/modern_treasury/resources/paper_items.rbs +0 -21
|
@@ -2,7 +2,7 @@ module ModernTreasury
|
|
|
2
2
|
module Models
|
|
3
3
|
type legal_entity_update_params =
|
|
4
4
|
{
|
|
5
|
-
addresses: ::Array[ModernTreasury::
|
|
5
|
+
addresses: ::Array[ModernTreasury::LegalEntityAddressCreateRequest],
|
|
6
6
|
bank_settings: ModernTreasury::BankSettings?,
|
|
7
7
|
business_name: String?,
|
|
8
8
|
citizenship_country: String?,
|
|
@@ -12,7 +12,7 @@ module ModernTreasury
|
|
|
12
12
|
doing_business_as_names: ::Array[String],
|
|
13
13
|
email: String?,
|
|
14
14
|
first_name: String?,
|
|
15
|
-
identifications: ::Array[ModernTreasury::
|
|
15
|
+
identifications: ::Array[ModernTreasury::IdentificationCreateRequest],
|
|
16
16
|
industry_classifications: ::Array[ModernTreasury::LegalEntityIndustryClassification],
|
|
17
17
|
last_name: String?,
|
|
18
18
|
legal_structure: ModernTreasury::Models::LegalEntityUpdateParams::legal_structure?,
|
|
@@ -33,11 +33,11 @@ module ModernTreasury
|
|
|
33
33
|
extend ModernTreasury::Internal::Type::RequestParameters::Converter
|
|
34
34
|
include ModernTreasury::Internal::Type::RequestParameters
|
|
35
35
|
|
|
36
|
-
attr_reader addresses: ::Array[ModernTreasury::
|
|
36
|
+
attr_reader addresses: ::Array[ModernTreasury::LegalEntityAddressCreateRequest]?
|
|
37
37
|
|
|
38
38
|
def addresses=: (
|
|
39
|
-
::Array[ModernTreasury::
|
|
40
|
-
) -> ::Array[ModernTreasury::
|
|
39
|
+
::Array[ModernTreasury::LegalEntityAddressCreateRequest]
|
|
40
|
+
) -> ::Array[ModernTreasury::LegalEntityAddressCreateRequest]
|
|
41
41
|
|
|
42
42
|
attr_accessor bank_settings: ModernTreasury::BankSettings?
|
|
43
43
|
|
|
@@ -59,11 +59,11 @@ module ModernTreasury
|
|
|
59
59
|
|
|
60
60
|
attr_accessor first_name: String?
|
|
61
61
|
|
|
62
|
-
attr_reader identifications: ::Array[ModernTreasury::
|
|
62
|
+
attr_reader identifications: ::Array[ModernTreasury::IdentificationCreateRequest]?
|
|
63
63
|
|
|
64
64
|
def identifications=: (
|
|
65
|
-
::Array[ModernTreasury::
|
|
66
|
-
) -> ::Array[ModernTreasury::
|
|
65
|
+
::Array[ModernTreasury::IdentificationCreateRequest]
|
|
66
|
+
) -> ::Array[ModernTreasury::IdentificationCreateRequest]
|
|
67
67
|
|
|
68
68
|
attr_reader industry_classifications: ::Array[ModernTreasury::LegalEntityIndustryClassification]?
|
|
69
69
|
|
|
@@ -102,7 +102,7 @@ module ModernTreasury
|
|
|
102
102
|
attr_accessor website: String?
|
|
103
103
|
|
|
104
104
|
def initialize: (
|
|
105
|
-
?addresses: ::Array[ModernTreasury::
|
|
105
|
+
?addresses: ::Array[ModernTreasury::LegalEntityAddressCreateRequest],
|
|
106
106
|
?bank_settings: ModernTreasury::BankSettings?,
|
|
107
107
|
?business_name: String?,
|
|
108
108
|
?citizenship_country: String?,
|
|
@@ -112,7 +112,7 @@ module ModernTreasury
|
|
|
112
112
|
?doing_business_as_names: ::Array[String],
|
|
113
113
|
?email: String?,
|
|
114
114
|
?first_name: String?,
|
|
115
|
-
?identifications: ::Array[ModernTreasury::
|
|
115
|
+
?identifications: ::Array[ModernTreasury::IdentificationCreateRequest],
|
|
116
116
|
?industry_classifications: ::Array[ModernTreasury::LegalEntityIndustryClassification],
|
|
117
117
|
?last_name: String?,
|
|
118
118
|
?legal_structure: ModernTreasury::Models::LegalEntityUpdateParams::legal_structure?,
|
|
@@ -130,7 +130,7 @@ module ModernTreasury
|
|
|
130
130
|
) -> void
|
|
131
131
|
|
|
132
132
|
def to_hash: -> {
|
|
133
|
-
addresses: ::Array[ModernTreasury::
|
|
133
|
+
addresses: ::Array[ModernTreasury::LegalEntityAddressCreateRequest],
|
|
134
134
|
bank_settings: ModernTreasury::BankSettings?,
|
|
135
135
|
business_name: String?,
|
|
136
136
|
citizenship_country: String?,
|
|
@@ -140,7 +140,7 @@ module ModernTreasury
|
|
|
140
140
|
doing_business_as_names: ::Array[String],
|
|
141
141
|
email: String?,
|
|
142
142
|
first_name: String?,
|
|
143
|
-
identifications: ::Array[ModernTreasury::
|
|
143
|
+
identifications: ::Array[ModernTreasury::IdentificationCreateRequest],
|
|
144
144
|
industry_classifications: ::Array[ModernTreasury::LegalEntityIndustryClassification],
|
|
145
145
|
last_name: String?,
|
|
146
146
|
legal_structure: ModernTreasury::Models::LegalEntityUpdateParams::legal_structure?,
|
|
@@ -157,162 +157,6 @@ module ModernTreasury
|
|
|
157
157
|
request_options: ModernTreasury::RequestOptions
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
type address =
|
|
161
|
-
{
|
|
162
|
-
country: String?,
|
|
163
|
-
:line1 => String?,
|
|
164
|
-
locality: String?,
|
|
165
|
-
postal_code: String?,
|
|
166
|
-
region: String?,
|
|
167
|
-
address_types: ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type],
|
|
168
|
-
:line2 => String?
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
class Address < ModernTreasury::Internal::Type::BaseModel
|
|
172
|
-
attr_accessor country: String?
|
|
173
|
-
|
|
174
|
-
attr_accessor line1: String?
|
|
175
|
-
|
|
176
|
-
attr_accessor locality: String?
|
|
177
|
-
|
|
178
|
-
attr_accessor postal_code: String?
|
|
179
|
-
|
|
180
|
-
attr_accessor region: String?
|
|
181
|
-
|
|
182
|
-
attr_reader address_types: ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type]?
|
|
183
|
-
|
|
184
|
-
def address_types=: (
|
|
185
|
-
::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type]
|
|
186
|
-
) -> ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type]
|
|
187
|
-
|
|
188
|
-
attr_accessor line2: String?
|
|
189
|
-
|
|
190
|
-
def initialize: (
|
|
191
|
-
country: String?,
|
|
192
|
-
line1: String?,
|
|
193
|
-
locality: String?,
|
|
194
|
-
postal_code: String?,
|
|
195
|
-
region: String?,
|
|
196
|
-
?address_types: ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type],
|
|
197
|
-
?line2: String?
|
|
198
|
-
) -> void
|
|
199
|
-
|
|
200
|
-
def to_hash: -> {
|
|
201
|
-
country: String?,
|
|
202
|
-
:line1 => String?,
|
|
203
|
-
locality: String?,
|
|
204
|
-
postal_code: String?,
|
|
205
|
-
region: String?,
|
|
206
|
-
address_types: ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type],
|
|
207
|
-
:line2 => String?
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
type address_type =
|
|
211
|
-
:business | :mailing | :other | :po_box | :residential
|
|
212
|
-
|
|
213
|
-
module AddressType
|
|
214
|
-
extend ModernTreasury::Internal::Type::Enum
|
|
215
|
-
|
|
216
|
-
BUSINESS: :business
|
|
217
|
-
MAILING: :mailing
|
|
218
|
-
OTHER: :other
|
|
219
|
-
PO_BOX: :po_box
|
|
220
|
-
RESIDENTIAL: :residential
|
|
221
|
-
|
|
222
|
-
def self?.values: -> ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Address::address_type]
|
|
223
|
-
end
|
|
224
|
-
end
|
|
225
|
-
|
|
226
|
-
type identification =
|
|
227
|
-
{
|
|
228
|
-
id_number: String,
|
|
229
|
-
id_type: ModernTreasury::Models::LegalEntityUpdateParams::Identification::id_type,
|
|
230
|
-
expiration_date: Date?,
|
|
231
|
-
issuing_country: String?,
|
|
232
|
-
issuing_region: String?
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
class Identification < ModernTreasury::Internal::Type::BaseModel
|
|
236
|
-
attr_accessor id_number: String
|
|
237
|
-
|
|
238
|
-
attr_accessor id_type: ModernTreasury::Models::LegalEntityUpdateParams::Identification::id_type
|
|
239
|
-
|
|
240
|
-
attr_accessor expiration_date: Date?
|
|
241
|
-
|
|
242
|
-
attr_accessor issuing_country: String?
|
|
243
|
-
|
|
244
|
-
attr_accessor issuing_region: String?
|
|
245
|
-
|
|
246
|
-
def initialize: (
|
|
247
|
-
id_number: String,
|
|
248
|
-
id_type: ModernTreasury::Models::LegalEntityUpdateParams::Identification::id_type,
|
|
249
|
-
?expiration_date: Date?,
|
|
250
|
-
?issuing_country: String?,
|
|
251
|
-
?issuing_region: String?
|
|
252
|
-
) -> void
|
|
253
|
-
|
|
254
|
-
def to_hash: -> {
|
|
255
|
-
id_number: String,
|
|
256
|
-
id_type: ModernTreasury::Models::LegalEntityUpdateParams::Identification::id_type,
|
|
257
|
-
expiration_date: Date?,
|
|
258
|
-
issuing_country: String?,
|
|
259
|
-
issuing_region: String?
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
type id_type =
|
|
263
|
-
:ar_cuil
|
|
264
|
-
| :ar_cuit
|
|
265
|
-
| :br_cnpj
|
|
266
|
-
| :br_cpf
|
|
267
|
-
| :cl_run
|
|
268
|
-
| :cl_rut
|
|
269
|
-
| :co_cedulas
|
|
270
|
-
| :co_nit
|
|
271
|
-
| :drivers_license
|
|
272
|
-
| :hn_id
|
|
273
|
-
| :hn_rtn
|
|
274
|
-
| :in_lei
|
|
275
|
-
| :kr_brn
|
|
276
|
-
| :kr_crn
|
|
277
|
-
| :kr_rrn
|
|
278
|
-
| :passport
|
|
279
|
-
| :sa_tin
|
|
280
|
-
| :sa_vat
|
|
281
|
-
| :us_ein
|
|
282
|
-
| :us_itin
|
|
283
|
-
| :us_ssn
|
|
284
|
-
| :vn_tin
|
|
285
|
-
|
|
286
|
-
module IDType
|
|
287
|
-
extend ModernTreasury::Internal::Type::Enum
|
|
288
|
-
|
|
289
|
-
AR_CUIL: :ar_cuil
|
|
290
|
-
AR_CUIT: :ar_cuit
|
|
291
|
-
BR_CNPJ: :br_cnpj
|
|
292
|
-
BR_CPF: :br_cpf
|
|
293
|
-
CL_RUN: :cl_run
|
|
294
|
-
CL_RUT: :cl_rut
|
|
295
|
-
CO_CEDULAS: :co_cedulas
|
|
296
|
-
CO_NIT: :co_nit
|
|
297
|
-
DRIVERS_LICENSE: :drivers_license
|
|
298
|
-
HN_ID: :hn_id
|
|
299
|
-
HN_RTN: :hn_rtn
|
|
300
|
-
IN_LEI: :in_lei
|
|
301
|
-
KR_BRN: :kr_brn
|
|
302
|
-
KR_CRN: :kr_crn
|
|
303
|
-
KR_RRN: :kr_rrn
|
|
304
|
-
PASSPORT: :passport
|
|
305
|
-
SA_TIN: :sa_tin
|
|
306
|
-
SA_VAT: :sa_vat
|
|
307
|
-
US_EIN: :us_ein
|
|
308
|
-
US_ITIN: :us_itin
|
|
309
|
-
US_SSN: :us_ssn
|
|
310
|
-
VN_TIN: :vn_tin
|
|
311
|
-
|
|
312
|
-
def self?.values: -> ::Array[ModernTreasury::Models::LegalEntityUpdateParams::Identification::id_type]
|
|
313
|
-
end
|
|
314
|
-
end
|
|
315
|
-
|
|
316
160
|
type legal_structure =
|
|
317
161
|
:corporation
|
|
318
162
|
| :llc
|
|
@@ -3,7 +3,7 @@ module ModernTreasury
|
|
|
3
3
|
type line_item =
|
|
4
4
|
{
|
|
5
5
|
id: String,
|
|
6
|
-
accounting: ModernTreasury::
|
|
6
|
+
accounting: ModernTreasury::Accounting,
|
|
7
7
|
accounting_category_id: String?,
|
|
8
8
|
accounting_ledger_class_id: String?,
|
|
9
9
|
amount: Integer,
|
|
@@ -20,7 +20,7 @@ module ModernTreasury
|
|
|
20
20
|
class LineItem < ModernTreasury::Internal::Type::BaseModel
|
|
21
21
|
attr_accessor id: String
|
|
22
22
|
|
|
23
|
-
attr_accessor accounting: ModernTreasury::
|
|
23
|
+
attr_accessor accounting: ModernTreasury::Accounting
|
|
24
24
|
|
|
25
25
|
attr_accessor accounting_category_id: String?
|
|
26
26
|
|
|
@@ -46,7 +46,7 @@ module ModernTreasury
|
|
|
46
46
|
|
|
47
47
|
def initialize: (
|
|
48
48
|
id: String,
|
|
49
|
-
accounting: ModernTreasury::
|
|
49
|
+
accounting: ModernTreasury::Accounting,
|
|
50
50
|
accounting_category_id: String?,
|
|
51
51
|
accounting_ledger_class_id: String?,
|
|
52
52
|
amount: Integer,
|
|
@@ -62,7 +62,7 @@ module ModernTreasury
|
|
|
62
62
|
|
|
63
63
|
def to_hash: -> {
|
|
64
64
|
id: String,
|
|
65
|
-
accounting: ModernTreasury::
|
|
65
|
+
accounting: ModernTreasury::Accounting,
|
|
66
66
|
accounting_category_id: String?,
|
|
67
67
|
accounting_ledger_class_id: String?,
|
|
68
68
|
amount: Integer,
|
|
@@ -76,18 +76,6 @@ module ModernTreasury
|
|
|
76
76
|
updated_at: Time
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
type accounting = { account_id: String?, class_id: String? }
|
|
80
|
-
|
|
81
|
-
class Accounting < ModernTreasury::Internal::Type::BaseModel
|
|
82
|
-
attr_accessor account_id: String?
|
|
83
|
-
|
|
84
|
-
attr_accessor class_id: String?
|
|
85
|
-
|
|
86
|
-
def initialize: (?account_id: String?, ?class_id: String?) -> void
|
|
87
|
-
|
|
88
|
-
def to_hash: -> { account_id: String?, class_id: String? }
|
|
89
|
-
end
|
|
90
|
-
|
|
91
79
|
type itemizable_type = :ExpectedPayment | :PaymentOrder
|
|
92
80
|
|
|
93
81
|
module ItemizableType
|
|
@@ -134,11 +134,12 @@ module ModernTreasury
|
|
|
134
134
|
def self?.values: -> ::Array[ModernTreasury::Models::PaymentActionListParams::status]
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
type type_ = :stop | :issue
|
|
137
|
+
type type_ = :evolve_non_processing_transaction | :stop | :issue
|
|
138
138
|
|
|
139
139
|
module Type
|
|
140
140
|
extend ModernTreasury::Internal::Type::Enum
|
|
141
141
|
|
|
142
|
+
EVOLVE_NON_PROCESSING_TRANSACTION: :evolve_non_processing_transaction
|
|
142
143
|
STOP: :stop
|
|
143
144
|
ISSUE: :issue
|
|
144
145
|
|
|
@@ -3,7 +3,7 @@ module ModernTreasury
|
|
|
3
3
|
type payment_order =
|
|
4
4
|
{
|
|
5
5
|
id: String,
|
|
6
|
-
accounting: ModernTreasury::
|
|
6
|
+
accounting: ModernTreasury::Accounting,
|
|
7
7
|
accounting_category_id: String?,
|
|
8
8
|
accounting_ledger_class_id: String?,
|
|
9
9
|
amount: Integer,
|
|
@@ -19,7 +19,7 @@ module ModernTreasury
|
|
|
19
19
|
external_id: String?,
|
|
20
20
|
foreign_exchange_contract: String?,
|
|
21
21
|
foreign_exchange_indicator: ModernTreasury::Models::PaymentOrder::foreign_exchange_indicator?,
|
|
22
|
-
foreign_exchange_rate: ModernTreasury::
|
|
22
|
+
foreign_exchange_rate: ModernTreasury::ForeignExchangeRate?,
|
|
23
23
|
ledger_transaction_id: String?,
|
|
24
24
|
live_mode: bool,
|
|
25
25
|
metadata: ::Hash[Symbol, String],
|
|
@@ -55,7 +55,7 @@ module ModernTreasury
|
|
|
55
55
|
class PaymentOrder < ModernTreasury::Internal::Type::BaseModel
|
|
56
56
|
attr_accessor id: String
|
|
57
57
|
|
|
58
|
-
attr_accessor accounting: ModernTreasury::
|
|
58
|
+
attr_accessor accounting: ModernTreasury::Accounting
|
|
59
59
|
|
|
60
60
|
attr_accessor accounting_category_id: String?
|
|
61
61
|
|
|
@@ -87,7 +87,7 @@ module ModernTreasury
|
|
|
87
87
|
|
|
88
88
|
attr_accessor foreign_exchange_indicator: ModernTreasury::Models::PaymentOrder::foreign_exchange_indicator?
|
|
89
89
|
|
|
90
|
-
attr_accessor foreign_exchange_rate: ModernTreasury::
|
|
90
|
+
attr_accessor foreign_exchange_rate: ModernTreasury::ForeignExchangeRate?
|
|
91
91
|
|
|
92
92
|
attr_accessor ledger_transaction_id: String?
|
|
93
93
|
|
|
@@ -151,7 +151,7 @@ module ModernTreasury
|
|
|
151
151
|
|
|
152
152
|
def initialize: (
|
|
153
153
|
id: String,
|
|
154
|
-
accounting: ModernTreasury::
|
|
154
|
+
accounting: ModernTreasury::Accounting,
|
|
155
155
|
accounting_category_id: String?,
|
|
156
156
|
accounting_ledger_class_id: String?,
|
|
157
157
|
amount: Integer,
|
|
@@ -167,7 +167,7 @@ module ModernTreasury
|
|
|
167
167
|
external_id: String?,
|
|
168
168
|
foreign_exchange_contract: String?,
|
|
169
169
|
foreign_exchange_indicator: ModernTreasury::Models::PaymentOrder::foreign_exchange_indicator?,
|
|
170
|
-
foreign_exchange_rate: ModernTreasury::
|
|
170
|
+
foreign_exchange_rate: ModernTreasury::ForeignExchangeRate?,
|
|
171
171
|
ledger_transaction_id: String?,
|
|
172
172
|
live_mode: bool,
|
|
173
173
|
metadata: ::Hash[Symbol, String],
|
|
@@ -202,7 +202,7 @@ module ModernTreasury
|
|
|
202
202
|
|
|
203
203
|
def to_hash: -> {
|
|
204
204
|
id: String,
|
|
205
|
-
accounting: ModernTreasury::
|
|
205
|
+
accounting: ModernTreasury::Accounting,
|
|
206
206
|
accounting_category_id: String?,
|
|
207
207
|
accounting_ledger_class_id: String?,
|
|
208
208
|
amount: Integer,
|
|
@@ -218,7 +218,7 @@ module ModernTreasury
|
|
|
218
218
|
external_id: String?,
|
|
219
219
|
foreign_exchange_contract: String?,
|
|
220
220
|
foreign_exchange_indicator: ModernTreasury::Models::PaymentOrder::foreign_exchange_indicator?,
|
|
221
|
-
foreign_exchange_rate: ModernTreasury::
|
|
221
|
+
foreign_exchange_rate: ModernTreasury::ForeignExchangeRate?,
|
|
222
222
|
ledger_transaction_id: String?,
|
|
223
223
|
live_mode: bool,
|
|
224
224
|
metadata: ::Hash[Symbol, String],
|
|
@@ -251,18 +251,6 @@ module ModernTreasury
|
|
|
251
251
|
vendor_failure_reason: String?
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
type accounting = { account_id: String?, class_id: String? }
|
|
255
|
-
|
|
256
|
-
class Accounting < ModernTreasury::Internal::Type::BaseModel
|
|
257
|
-
attr_accessor account_id: String?
|
|
258
|
-
|
|
259
|
-
attr_accessor class_id: String?
|
|
260
|
-
|
|
261
|
-
def initialize: (?account_id: String?, ?class_id: String?) -> void
|
|
262
|
-
|
|
263
|
-
def to_hash: -> { account_id: String?, class_id: String? }
|
|
264
|
-
end
|
|
265
|
-
|
|
266
254
|
type charge_bearer = :shared | :sender | :receiver
|
|
267
255
|
|
|
268
256
|
module ChargeBearer
|
|
@@ -297,53 +285,6 @@ module ModernTreasury
|
|
|
297
285
|
def self?.values: -> ::Array[ModernTreasury::Models::PaymentOrder::foreign_exchange_indicator]
|
|
298
286
|
end
|
|
299
287
|
|
|
300
|
-
type foreign_exchange_rate =
|
|
301
|
-
{
|
|
302
|
-
base_amount: Integer,
|
|
303
|
-
base_currency: ModernTreasury::Models::currency,
|
|
304
|
-
exponent: Integer,
|
|
305
|
-
rate_string: String,
|
|
306
|
-
target_amount: Integer,
|
|
307
|
-
target_currency: ModernTreasury::Models::currency,
|
|
308
|
-
value: Integer
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
class ForeignExchangeRate < ModernTreasury::Internal::Type::BaseModel
|
|
312
|
-
attr_accessor base_amount: Integer
|
|
313
|
-
|
|
314
|
-
attr_accessor base_currency: ModernTreasury::Models::currency
|
|
315
|
-
|
|
316
|
-
attr_accessor exponent: Integer
|
|
317
|
-
|
|
318
|
-
attr_accessor rate_string: String
|
|
319
|
-
|
|
320
|
-
attr_accessor target_amount: Integer
|
|
321
|
-
|
|
322
|
-
attr_accessor target_currency: ModernTreasury::Models::currency
|
|
323
|
-
|
|
324
|
-
attr_accessor value: Integer
|
|
325
|
-
|
|
326
|
-
def initialize: (
|
|
327
|
-
base_amount: Integer,
|
|
328
|
-
base_currency: ModernTreasury::Models::currency,
|
|
329
|
-
exponent: Integer,
|
|
330
|
-
rate_string: String,
|
|
331
|
-
target_amount: Integer,
|
|
332
|
-
target_currency: ModernTreasury::Models::currency,
|
|
333
|
-
value: Integer
|
|
334
|
-
) -> void
|
|
335
|
-
|
|
336
|
-
def to_hash: -> {
|
|
337
|
-
base_amount: Integer,
|
|
338
|
-
base_currency: ModernTreasury::Models::currency,
|
|
339
|
-
exponent: Integer,
|
|
340
|
-
rate_string: String,
|
|
341
|
-
target_amount: Integer,
|
|
342
|
-
target_currency: ModernTreasury::Models::currency,
|
|
343
|
-
value: Integer
|
|
344
|
-
}
|
|
345
|
-
end
|
|
346
|
-
|
|
347
288
|
type priority = :high | :normal
|
|
348
289
|
|
|
349
290
|
module Priority
|
|
@@ -440,7 +381,11 @@ module ModernTreasury
|
|
|
440
381
|
| :currencycloud_payment_id
|
|
441
382
|
| :dc_bank_transaction_id
|
|
442
383
|
| :eft_trace_number
|
|
384
|
+
| :evolve_core_batch
|
|
385
|
+
| :evolve_core_file_key
|
|
386
|
+
| :evolve_core_seq
|
|
443
387
|
| :evolve_transaction_id
|
|
388
|
+
| :fake_vendor_payment_id
|
|
444
389
|
| :fedwire_imad
|
|
445
390
|
| :fedwire_omad
|
|
446
391
|
| :first_republic_internal_id
|
|
@@ -473,7 +418,6 @@ module ModernTreasury
|
|
|
473
418
|
| :pnc_request_for_payment_id
|
|
474
419
|
| :pnc_transaction_reference_number
|
|
475
420
|
| :rbc_wire_reference_id
|
|
476
|
-
| :rspec_vendor_payment_id
|
|
477
421
|
| :rtp_instruction_id
|
|
478
422
|
| :signet_api_reference_id
|
|
479
423
|
| :signet_confirmation_id
|
|
@@ -494,6 +438,9 @@ module ModernTreasury
|
|
|
494
438
|
| :wells_fargo_payment_id
|
|
495
439
|
| :wells_fargo_trace_number
|
|
496
440
|
| :wells_fargo_uetr
|
|
441
|
+
| :western_alliance_payment_id
|
|
442
|
+
| :western_alliance_transaction_id
|
|
443
|
+
| :western_alliance_wire_confirmation_number
|
|
497
444
|
|
|
498
445
|
module ReferenceNumberType
|
|
499
446
|
extend ModernTreasury::Internal::Type::Enum
|
|
@@ -525,7 +472,11 @@ module ModernTreasury
|
|
|
525
472
|
CURRENCYCLOUD_PAYMENT_ID: :currencycloud_payment_id
|
|
526
473
|
DC_BANK_TRANSACTION_ID: :dc_bank_transaction_id
|
|
527
474
|
EFT_TRACE_NUMBER: :eft_trace_number
|
|
475
|
+
EVOLVE_CORE_BATCH: :evolve_core_batch
|
|
476
|
+
EVOLVE_CORE_FILE_KEY: :evolve_core_file_key
|
|
477
|
+
EVOLVE_CORE_SEQ: :evolve_core_seq
|
|
528
478
|
EVOLVE_TRANSACTION_ID: :evolve_transaction_id
|
|
479
|
+
FAKE_VENDOR_PAYMENT_ID: :fake_vendor_payment_id
|
|
529
480
|
FEDWIRE_IMAD: :fedwire_imad
|
|
530
481
|
FEDWIRE_OMAD: :fedwire_omad
|
|
531
482
|
FIRST_REPUBLIC_INTERNAL_ID: :first_republic_internal_id
|
|
@@ -558,7 +509,6 @@ module ModernTreasury
|
|
|
558
509
|
PNC_REQUEST_FOR_PAYMENT_ID: :pnc_request_for_payment_id
|
|
559
510
|
PNC_TRANSACTION_REFERENCE_NUMBER: :pnc_transaction_reference_number
|
|
560
511
|
RBC_WIRE_REFERENCE_ID: :rbc_wire_reference_id
|
|
561
|
-
RSPEC_VENDOR_PAYMENT_ID: :rspec_vendor_payment_id
|
|
562
512
|
RTP_INSTRUCTION_ID: :rtp_instruction_id
|
|
563
513
|
SIGNET_API_REFERENCE_ID: :signet_api_reference_id
|
|
564
514
|
SIGNET_CONFIRMATION_ID: :signet_confirmation_id
|
|
@@ -579,6 +529,9 @@ module ModernTreasury
|
|
|
579
529
|
WELLS_FARGO_PAYMENT_ID: :wells_fargo_payment_id
|
|
580
530
|
WELLS_FARGO_TRACE_NUMBER: :wells_fargo_trace_number
|
|
581
531
|
WELLS_FARGO_UETR: :wells_fargo_uetr
|
|
532
|
+
WESTERN_ALLIANCE_PAYMENT_ID: :western_alliance_payment_id
|
|
533
|
+
WESTERN_ALLIANCE_TRANSACTION_ID: :western_alliance_transaction_id
|
|
534
|
+
WESTERN_ALLIANCE_WIRE_CONFIRMATION_NUMBER: :western_alliance_wire_confirmation_number
|
|
582
535
|
|
|
583
536
|
def self?.values: -> ::Array[ModernTreasury::Models::PaymentOrder::ReferenceNumber::reference_number_type]
|
|
584
537
|
end
|