increase 1.340.0 → 1.342.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/client.rb +8 -6
- data/lib/increase/internal/type/converter.rb +13 -12
- data/lib/increase/models/account.rb +40 -19
- data/lib/increase/models/account_create_params.rb +14 -11
- data/lib/increase/models/account_list_params.rb +25 -17
- data/lib/increase/models/account_number.rb +22 -14
- data/lib/increase/models/account_number_create_params.rb +12 -13
- data/lib/increase/models/account_number_list_params.rb +26 -20
- data/lib/increase/models/account_number_update_params.rb +12 -11
- data/lib/increase/models/account_statement.rb +15 -11
- data/lib/increase/models/account_statement_list_params.rb +15 -12
- data/lib/increase/models/account_transfer.rb +58 -29
- data/lib/increase/models/account_transfer_create_params.rb +12 -7
- data/lib/increase/models/account_transfer_list_params.rb +20 -12
- data/lib/increase/models/ach_prenotification.rb +49 -28
- data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
- data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
- data/lib/increase/models/ach_transfer.rb +220 -105
- data/lib/increase/models/ach_transfer_create_params.rb +110 -61
- data/lib/increase/models/ach_transfer_list_params.rb +23 -16
- data/lib/increase/models/balance_lookup.rb +14 -11
- data/lib/increase/models/beneficial_owner_create_params.rb +60 -46
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +56 -40
- data/lib/increase/models/card.rb +69 -47
- data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
- data/lib/increase/models/card_create_params.rb +65 -56
- data/lib/increase/models/card_details.rb +7 -5
- data/lib/increase/models/card_dispute.rb +530 -306
- data/lib/increase/models/card_dispute_create_params.rb +271 -175
- data/lib/increase/models/card_dispute_list_params.rb +24 -16
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
- data/lib/increase/models/card_iframe_url.rb +3 -4
- data/lib/increase/models/card_list_params.rb +23 -16
- data/lib/increase/models/card_payment.rb +1941 -1200
- data/lib/increase/models/card_payment_list_params.rb +15 -11
- data/lib/increase/models/card_purchase_supplement.rb +37 -25
- data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
- data/lib/increase/models/card_push_transfer.rb +121 -65
- data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
- data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
- data/lib/increase/models/card_token.rb +9 -6
- data/lib/increase/models/card_token_capabilities.rb +11 -8
- data/lib/increase/models/card_token_list_params.rb +15 -11
- data/lib/increase/models/card_update_params.rb +65 -57
- data/lib/increase/models/card_validation.rb +76 -43
- data/lib/increase/models/card_validation_create_params.rb +11 -7
- data/lib/increase/models/card_validation_list_params.rb +23 -16
- data/lib/increase/models/check_deposit.rb +103 -52
- data/lib/increase/models/check_deposit_create_params.rb +2 -4
- data/lib/increase/models/check_deposit_list_params.rb +20 -12
- data/lib/increase/models/check_transfer.rb +127 -76
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +24 -16
- data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
- data/lib/increase/models/declined_transaction.rb +339 -206
- data/lib/increase/models/declined_transaction_list_params.rb +18 -15
- data/lib/increase/models/digital_card_profile.rb +16 -9
- data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
- data/lib/increase/models/digital_wallet_token.rb +26 -17
- data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
- data/lib/increase/models/entity.rb +175 -135
- data/lib/increase/models/entity_archive_params.rb +3 -4
- data/lib/increase/models/entity_beneficial_owner.rb +24 -19
- data/lib/increase/models/entity_create_params.rb +395 -290
- data/lib/increase/models/entity_list_params.rb +67 -16
- data/lib/increase/models/entity_onboarding_session.rb +25 -11
- data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
- data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
- data/lib/increase/models/entity_supplemental_document.rb +10 -6
- data/lib/increase/models/entity_update_params.rb +136 -104
- data/lib/increase/models/event.rb +14 -5
- data/lib/increase/models/event_list_params.rb +31 -17
- data/lib/increase/models/event_subscription.rb +25 -9
- data/lib/increase/models/event_subscription_create_params.rb +22 -8
- data/lib/increase/models/event_subscription_list_params.rb +8 -5
- data/lib/increase/models/event_subscription_update_params.rb +2 -1
- data/lib/increase/models/export.rb +69 -30
- data/lib/increase/models/export_create_params.rb +76 -46
- data/lib/increase/models/export_list_params.rb +26 -17
- data/lib/increase/models/external_account.rb +14 -8
- data/lib/increase/models/external_account_create_params.rb +7 -6
- data/lib/increase/models/external_account_list_params.rb +12 -9
- data/lib/increase/models/external_account_update_params.rb +6 -3
- data/lib/increase/models/fednow_transfer.rb +62 -32
- data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
- data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
- data/lib/increase/models/file.rb +13 -7
- data/lib/increase/models/file_create_params.rb +6 -5
- data/lib/increase/models/file_link.rb +17 -8
- data/lib/increase/models/file_link_create_params.rb +3 -4
- data/lib/increase/models/file_list_params.rb +23 -16
- data/lib/increase/models/group.rb +6 -5
- data/lib/increase/models/inbound_ach_transfer.rb +115 -51
- data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
- data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
- data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
- data/lib/increase/models/inbound_check_deposit.rb +46 -19
- data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
- data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
- data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
- data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_mail_item.rb +13 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
- data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
- data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
- data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_transfer.rb +51 -22
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
- data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
- data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
- data/lib/increase/models/intrafi_balance.rb +18 -12
- data/lib/increase/models/intrafi_exclusion.rb +13 -7
- data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
- data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
- data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
- data/lib/increase/models/lockbox_address.rb +16 -11
- data/lib/increase/models/lockbox_address_list_params.rb +20 -12
- data/lib/increase/models/lockbox_address_update_params.rb +2 -1
- data/lib/increase/models/lockbox_recipient.rb +22 -10
- data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
- data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
- data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
- data/lib/increase/models/oauth_application.rb +12 -7
- data/lib/increase/models/oauth_application_list_params.rb +18 -15
- data/lib/increase/models/oauth_connection.rb +9 -6
- data/lib/increase/models/oauth_connection_list_params.rb +10 -9
- data/lib/increase/models/oauth_token.rb +6 -5
- data/lib/increase/models/oauth_token_create_params.rb +14 -7
- data/lib/increase/models/pending_transaction.rb +392 -239
- data/lib/increase/models/pending_transaction_create_params.rb +6 -6
- data/lib/increase/models/pending_transaction_list_params.rb +23 -19
- data/lib/increase/models/physical_card.rb +36 -24
- data/lib/increase/models/physical_card_create_params.rb +22 -17
- data/lib/increase/models/physical_card_list_params.rb +20 -12
- data/lib/increase/models/physical_card_profile.rb +33 -17
- data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
- data/lib/increase/models/physical_card_update_params.rb +2 -1
- data/lib/increase/models/program.rb +15 -8
- data/lib/increase/models/program_list_params.rb +3 -4
- data/lib/increase/models/real_time_decision.rb +561 -370
- data/lib/increase/models/real_time_decision_action_params.rb +86 -75
- data/lib/increase/models/real_time_payments_transfer.rb +90 -47
- data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
- data/lib/increase/models/routing_number_list_params.rb +3 -4
- data/lib/increase/models/routing_number_list_response.rb +11 -8
- data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
- data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +18 -6
- data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
- data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
- data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
- data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
- data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
- data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
- data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
- data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
- data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
- data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
- data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
- data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -13
- data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
- data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
- data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
- data/lib/increase/models/simulations/export_create_params.rb +5 -5
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
- data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
- data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
- data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
- data/lib/increase/models/simulations/program_create_params.rb +4 -5
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
- data/lib/increase/models/supplemental_document_list_params.rb +8 -5
- data/lib/increase/models/swift_transfer.rb +60 -27
- data/lib/increase/models/swift_transfer_create_params.rb +40 -20
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +1016 -536
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +14 -5
- data/lib/increase/models/wire_drawdown_request.rb +44 -26
- data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
- data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
- data/lib/increase/models/wire_transfer.rb +100 -55
- data/lib/increase/models/wire_transfer_create_params.rb +43 -26
- data/lib/increase/models/wire_transfer_list_params.rb +23 -16
- data/lib/increase/resources/account_numbers.rb +20 -16
- data/lib/increase/resources/account_statements.rb +3 -4
- data/lib/increase/resources/account_transfers.rb +20 -12
- data/lib/increase/resources/accounts.rb +19 -12
- data/lib/increase/resources/ach_prenotifications.rb +23 -13
- data/lib/increase/resources/ach_transfers.rb +93 -43
- data/lib/increase/resources/beneficial_owners.rb +35 -19
- data/lib/increase/resources/card_disputes.rb +43 -22
- data/lib/increase/resources/card_payments.rb +3 -4
- data/lib/increase/resources/card_purchase_supplements.rb +6 -5
- data/lib/increase/resources/card_push_transfers.rb +55 -24
- data/lib/increase/resources/card_tokens.rb +3 -4
- data/lib/increase/resources/card_validations.rb +19 -12
- data/lib/increase/resources/cards.rb +33 -22
- data/lib/increase/resources/check_deposits.rb +10 -9
- data/lib/increase/resources/check_transfers.rb +37 -17
- data/lib/increase/resources/declined_transactions.rb +3 -4
- data/lib/increase/resources/digital_card_profiles.rb +12 -7
- data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
- data/lib/increase/resources/entities.rb +69 -33
- data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
- data/lib/increase/resources/event_subscriptions.rb +22 -13
- data/lib/increase/resources/events.rb +10 -9
- data/lib/increase/resources/exports.rb +40 -22
- data/lib/increase/resources/external_accounts.rb +21 -14
- data/lib/increase/resources/fednow_transfers.rb +21 -14
- data/lib/increase/resources/file_links.rb +3 -4
- data/lib/increase/resources/files.rb +14 -10
- data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
- data/lib/increase/resources/inbound_check_deposits.rb +8 -6
- data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
- data/lib/increase/resources/inbound_mail_items.rb +7 -6
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
- data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
- data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
- data/lib/increase/resources/intrafi_exclusions.rb +17 -13
- data/lib/increase/resources/lockbox_addresses.rb +10 -6
- data/lib/increase/resources/lockbox_recipients.rb +17 -12
- data/lib/increase/resources/oauth_applications.rb +3 -4
- data/lib/increase/resources/oauth_connections.rb +6 -5
- data/lib/increase/resources/oauth_tokens.rb +14 -7
- data/lib/increase/resources/pending_transactions.rb +7 -8
- data/lib/increase/resources/physical_card_profiles.rb +18 -15
- data/lib/increase/resources/physical_cards.rb +17 -12
- data/lib/increase/resources/programs.rb +3 -4
- data/lib/increase/resources/real_time_decisions.rb +18 -9
- data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
- data/lib/increase/resources/routing_numbers.rb +3 -4
- data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
- data/lib/increase/resources/simulations/ach_transfers.rb +18 -15
- data/lib/increase/resources/simulations/card_authentications.rb +10 -8
- data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
- data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
- data/lib/increase/resources/simulations/card_disputes.rb +6 -5
- data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
- data/lib/increase/resources/simulations/card_increments.rb +5 -4
- data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
- data/lib/increase/resources/simulations/card_refunds.rb +10 -6
- data/lib/increase/resources/simulations/card_reversals.rb +3 -4
- data/lib/increase/resources/simulations/card_settlements.rb +8 -6
- data/lib/increase/resources/simulations/card_tokens.rb +6 -3
- data/lib/increase/resources/simulations/check_deposits.rb +11 -9
- data/lib/increase/resources/simulations/entities.rb +3 -4
- data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
- data/lib/increase/resources/simulations/exports.rb +5 -5
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
- data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
- data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
- data/lib/increase/resources/simulations/interest_payments.rb +4 -5
- data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
- data/lib/increase/resources/simulations/physical_cards.rb +7 -6
- data/lib/increase/resources/simulations/programs.rb +4 -2
- data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
- data/lib/increase/resources/supplemental_documents.rb +8 -5
- data/lib/increase/resources/swift_transfers.rb +33 -17
- data/lib/increase/resources/transactions.rb +6 -5
- data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
- data/lib/increase/resources/wire_transfers.rb +29 -16
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +1 -1
- data/rbi/increase/models/ach_transfer.rbi +19 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +13 -8
- data/rbi/increase/models/beneficial_owner_update_params.rbi +13 -8
- data/rbi/increase/models/check_transfer.rbi +12 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_create_params.rbi +78 -48
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/entity_update_params.rbi +26 -16
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -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/inbound_wire_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
- data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
- data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
- data/rbi/increase/models/swift_transfer.rbi +10 -0
- data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
- data/rbi/increase/models/transaction.rbi +19 -1
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
- data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
- data/rbi/increase/resources/swift_transfers.rbi +4 -0
- data/sig/increase/models/ach_prenotification.rbs +1 -1
- data/sig/increase/models/ach_transfer.rbs +6 -1
- data/sig/increase/models/beneficial_owner_create_params.rbs +7 -5
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -5
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/entity_create_params.rbs +42 -30
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/models/entity_update_params.rbs +14 -10
- 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/inbound_wire_transfer.rbs +10 -0
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
- data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
- data/sig/increase/models/simulations/program_create_params.rbs +1 -8
- data/sig/increase/models/swift_transfer.rbs +5 -0
- data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
- data/sig/increase/models/transaction.rbs +6 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/resources/entities.rbs +1 -0
- data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
- data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
- data/sig/increase/resources/swift_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -1970,6 +1970,15 @@ module Increase
|
|
|
1970
1970
|
)
|
|
1971
1971
|
end
|
|
1972
1972
|
|
|
1973
|
+
# Additional free-form information included by the receiving bank in the return's
|
|
1974
|
+
# addenda record. This is raw, uninterpreted text whose presence and format are
|
|
1975
|
+
# not guaranteed. For a `file_record_edit_criteria` (R17) return the receiving
|
|
1976
|
+
# bank may set this to `QUESTIONABLE` (optionally followed by more text) to
|
|
1977
|
+
# indicate it believes the transfer was initiated under questionable
|
|
1978
|
+
# circumstances.
|
|
1979
|
+
sig { returns(T.nilable(String)) }
|
|
1980
|
+
attr_accessor :addenda_information
|
|
1981
|
+
|
|
1973
1982
|
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
1974
1983
|
# the transfer was created.
|
|
1975
1984
|
sig { returns(Time) }
|
|
@@ -2013,6 +2022,7 @@ module Increase
|
|
|
2013
2022
|
# created.
|
|
2014
2023
|
sig do
|
|
2015
2024
|
params(
|
|
2025
|
+
addenda_information: T.nilable(String),
|
|
2016
2026
|
created_at: Time,
|
|
2017
2027
|
raw_return_reason_code: String,
|
|
2018
2028
|
return_reason_code:
|
|
@@ -2023,6 +2033,13 @@ module Increase
|
|
|
2023
2033
|
).returns(T.attached_class)
|
|
2024
2034
|
end
|
|
2025
2035
|
def self.new(
|
|
2036
|
+
# Additional free-form information included by the receiving bank in the return's
|
|
2037
|
+
# addenda record. This is raw, uninterpreted text whose presence and format are
|
|
2038
|
+
# not guaranteed. For a `file_record_edit_criteria` (R17) return the receiving
|
|
2039
|
+
# bank may set this to `QUESTIONABLE` (optionally followed by more text) to
|
|
2040
|
+
# indicate it believes the transfer was initiated under questionable
|
|
2041
|
+
# circumstances.
|
|
2042
|
+
addenda_information:,
|
|
2026
2043
|
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
2027
2044
|
# the transfer was created.
|
|
2028
2045
|
created_at:,
|
|
@@ -2047,6 +2064,7 @@ module Increase
|
|
|
2047
2064
|
sig do
|
|
2048
2065
|
override.returns(
|
|
2049
2066
|
{
|
|
2067
|
+
addenda_information: T.nilable(String),
|
|
2050
2068
|
created_at: Time,
|
|
2051
2069
|
raw_return_reason_code: String,
|
|
2052
2070
|
return_reason_code:
|
|
@@ -2186,7 +2204,7 @@ module Increase
|
|
|
2186
2204
|
Increase::Transaction::Source::ACHTransferReturn::ReturnReasonCode::TaggedSymbol
|
|
2187
2205
|
)
|
|
2188
2206
|
|
|
2189
|
-
# Code R17. The receiving bank
|
|
2207
|
+
# Code R17. This return code has multiple meanings. The receiving bank was either unable to process a field in the transfer, or believes the transfer was initiated under questionable circumstances (such as fraud), or identified an improperly-initiated reversing entry.
|
|
2190
2208
|
FILE_RECORD_EDIT_CRITERIA =
|
|
2191
2209
|
T.let(
|
|
2192
2210
|
:file_record_edit_criteria,
|
|
@@ -517,6 +517,20 @@ module Increase
|
|
|
517
517
|
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
518
518
|
)
|
|
519
519
|
|
|
520
|
+
# Occurs whenever an Inbound Real-Time Payments Request for Payment is created.
|
|
521
|
+
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =
|
|
522
|
+
T.let(
|
|
523
|
+
:"inbound_real_time_payments_request_for_payment.created",
|
|
524
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
525
|
+
)
|
|
526
|
+
|
|
527
|
+
# Occurs whenever an Inbound Real-Time Payments Request for Payment is updated.
|
|
528
|
+
INBOUND_REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =
|
|
529
|
+
T.let(
|
|
530
|
+
:"inbound_real_time_payments_request_for_payment.updated",
|
|
531
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
532
|
+
)
|
|
533
|
+
|
|
520
534
|
# Occurs whenever an Inbound Real-Time Payments Transfer is created.
|
|
521
535
|
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =
|
|
522
536
|
T.let(
|
|
@@ -137,6 +137,8 @@ module Increase
|
|
|
137
137
|
idempotency_key: String,
|
|
138
138
|
limit: Integer,
|
|
139
139
|
status: Increase::EntityListParams::Status::OrHash,
|
|
140
|
+
validation_status:
|
|
141
|
+
Increase::EntityListParams::ValidationStatus::OrHash,
|
|
140
142
|
request_options: Increase::RequestOptions::OrHash
|
|
141
143
|
).returns(Increase::Internal::Page[Increase::Entity])
|
|
142
144
|
end
|
|
@@ -153,6 +155,7 @@ module Increase
|
|
|
153
155
|
# objects.
|
|
154
156
|
limit: nil,
|
|
155
157
|
status: nil,
|
|
158
|
+
validation_status: nil,
|
|
156
159
|
request_options: {}
|
|
157
160
|
)
|
|
158
161
|
end
|
|
@@ -20,8 +20,8 @@ module Increase
|
|
|
20
20
|
# The Account to place the hold on.
|
|
21
21
|
account_id:,
|
|
22
22
|
# The amount to hold in the minor unit of the account's currency. For dollars, for
|
|
23
|
-
# example, this is cents. This should be a negative amount
|
|
24
|
-
#
|
|
23
|
+
# example, this is cents. This should be a negative amount: To hold $1.00 from the
|
|
24
|
+
# account, pass -100 as `amount`.
|
|
25
25
|
amount:,
|
|
26
26
|
# The description you choose to give the hold.
|
|
27
27
|
description: nil,
|
|
@@ -58,6 +58,7 @@ module Increase
|
|
|
58
58
|
sig do
|
|
59
59
|
params(
|
|
60
60
|
ach_transfer_id: String,
|
|
61
|
+
addenda_information: String,
|
|
61
62
|
reason:
|
|
62
63
|
Increase::Simulations::ACHTransferReturnParams::Reason::OrSymbol,
|
|
63
64
|
request_options: Increase::RequestOptions::OrHash
|
|
@@ -66,6 +67,10 @@ module Increase
|
|
|
66
67
|
def return_(
|
|
67
68
|
# The identifier of the ACH Transfer you wish to return.
|
|
68
69
|
ach_transfer_id,
|
|
70
|
+
# Free-form information the returning bank includes in the return addenda. For a
|
|
71
|
+
# `file_record_edit_criteria` (R17) return, set this to `QUESTIONABLE` to simulate
|
|
72
|
+
# a return the bank believes was initiated under questionable circumstances.
|
|
73
|
+
addenda_information: nil,
|
|
69
74
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
70
75
|
# Defaults to `no_account`.
|
|
71
76
|
reason: nil,
|
|
@@ -12,20 +12,21 @@ module Increase
|
|
|
12
12
|
sig do
|
|
13
13
|
params(
|
|
14
14
|
card_id: String,
|
|
15
|
-
pending_transaction_id: String,
|
|
16
15
|
amount: Integer,
|
|
16
|
+
pending_transaction_id: String,
|
|
17
17
|
request_options: Increase::RequestOptions::OrHash
|
|
18
18
|
).returns(Increase::Transaction)
|
|
19
19
|
end
|
|
20
20
|
def create(
|
|
21
21
|
# The identifier of the Card to create a settlement on.
|
|
22
22
|
card_id:,
|
|
23
|
-
# The identifier of the Pending Transaction for the Card Authorization you wish to
|
|
24
|
-
# settle.
|
|
25
|
-
pending_transaction_id:,
|
|
26
23
|
# The amount to be settled. This defaults to the amount of the Pending Transaction
|
|
27
|
-
# being settled.
|
|
24
|
+
# being settled, or a random amount if `pending_transaction_id` is not provided.
|
|
28
25
|
amount: nil,
|
|
26
|
+
# The identifier of the Pending Transaction for the Card Authorization you wish to
|
|
27
|
+
# settle. If not provided, the settlement will be force posted without a Card
|
|
28
|
+
# Authorization.
|
|
29
|
+
pending_transaction_id: nil,
|
|
29
30
|
request_options: {}
|
|
30
31
|
)
|
|
31
32
|
end
|
|
@@ -20,6 +20,7 @@ module Increase
|
|
|
20
20
|
Increase::SwiftTransferCreateParams::InstructedCurrency::OrSymbol,
|
|
21
21
|
source_account_number_id: String,
|
|
22
22
|
unstructured_remittance_information: String,
|
|
23
|
+
intermediary_bank_identification_code: String,
|
|
23
24
|
require_approval: T::Boolean,
|
|
24
25
|
routing_number: String,
|
|
25
26
|
request_options: Increase::RequestOptions::OrHash
|
|
@@ -51,6 +52,9 @@ module Increase
|
|
|
51
52
|
source_account_number_id:,
|
|
52
53
|
# Unstructured remittance information to include in the transfer.
|
|
53
54
|
unstructured_remittance_information:,
|
|
55
|
+
# The bank identification code (BIC) of the intermediary bank, if the transfer
|
|
56
|
+
# should be routed through one.
|
|
57
|
+
intermediary_bank_identification_code: nil,
|
|
54
58
|
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
55
59
|
require_approval: nil,
|
|
56
60
|
# The creditor's bank account routing or transit number. Required in certain
|
|
@@ -416,7 +416,7 @@ module Increase
|
|
|
416
416
|
# Code R13. The routing number is invalid.
|
|
417
417
|
INVALID_ACH_ROUTING_NUMBER: :invalid_ach_routing_number
|
|
418
418
|
|
|
419
|
-
# Code R17. The receiving bank
|
|
419
|
+
# Code R17. This return code has multiple meanings. The receiving bank was either unable to process a field in the transfer, or believes the transfer was initiated under questionable circumstances (such as fraud), or identified an improperly-initiated reversing entry.
|
|
420
420
|
FILE_RECORD_EDIT_CRITERIA: :file_record_edit_criteria
|
|
421
421
|
|
|
422
422
|
# Code R45. A rare return reason. The individual name field was invalid.
|
|
@@ -743,6 +743,7 @@ module Increase
|
|
|
743
743
|
|
|
744
744
|
type return_ =
|
|
745
745
|
{
|
|
746
|
+
addenda_information: String?,
|
|
746
747
|
created_at: Time,
|
|
747
748
|
raw_return_reason_code: String,
|
|
748
749
|
return_reason_code: Increase::Models::ACHTransfer::Return::return_reason_code,
|
|
@@ -752,6 +753,8 @@ module Increase
|
|
|
752
753
|
}
|
|
753
754
|
|
|
754
755
|
class Return < Increase::Internal::Type::BaseModel
|
|
756
|
+
attr_accessor addenda_information: String?
|
|
757
|
+
|
|
755
758
|
attr_accessor created_at: Time
|
|
756
759
|
|
|
757
760
|
attr_accessor raw_return_reason_code: String
|
|
@@ -765,6 +768,7 @@ module Increase
|
|
|
765
768
|
attr_accessor transfer_id: String
|
|
766
769
|
|
|
767
770
|
def initialize: (
|
|
771
|
+
addenda_information: String?,
|
|
768
772
|
created_at: Time,
|
|
769
773
|
raw_return_reason_code: String,
|
|
770
774
|
return_reason_code: Increase::Models::ACHTransfer::Return::return_reason_code,
|
|
@@ -774,6 +778,7 @@ module Increase
|
|
|
774
778
|
) -> void
|
|
775
779
|
|
|
776
780
|
def to_hash: -> {
|
|
781
|
+
addenda_information: String?,
|
|
777
782
|
created_at: Time,
|
|
778
783
|
raw_return_reason_code: String,
|
|
779
784
|
return_reason_code: Increase::Models::ACHTransfer::Return::return_reason_code,
|
|
@@ -905,7 +910,7 @@ module Increase
|
|
|
905
910
|
# Code R13. The routing number is invalid.
|
|
906
911
|
INVALID_ACH_ROUTING_NUMBER: :invalid_ach_routing_number
|
|
907
912
|
|
|
908
|
-
# Code R17. The receiving bank
|
|
913
|
+
# Code R17. This return code has multiple meanings. The receiving bank was either unable to process a field in the transfer, or believes the transfer was initiated under questionable circumstances (such as fraud), or identified an improperly-initiated reversing entry.
|
|
909
914
|
FILE_RECORD_EDIT_CRITERIA: :file_record_edit_criteria
|
|
910
915
|
|
|
911
916
|
# Code R45. A rare return reason. The individual name field was invalid.
|
|
@@ -80,8 +80,8 @@ module Increase
|
|
|
80
80
|
type address =
|
|
81
81
|
{
|
|
82
82
|
city: String,
|
|
83
|
-
country: String,
|
|
84
83
|
:line1 => String,
|
|
84
|
+
country: String,
|
|
85
85
|
:line2 => String,
|
|
86
86
|
state: String,
|
|
87
87
|
zip: String
|
|
@@ -90,10 +90,12 @@ module Increase
|
|
|
90
90
|
class Address < Increase::Internal::Type::BaseModel
|
|
91
91
|
attr_accessor city: String
|
|
92
92
|
|
|
93
|
-
attr_accessor country: String
|
|
94
|
-
|
|
95
93
|
attr_accessor line1: String
|
|
96
94
|
|
|
95
|
+
attr_reader country: String?
|
|
96
|
+
|
|
97
|
+
def country=: (String) -> String
|
|
98
|
+
|
|
97
99
|
attr_reader line2: String?
|
|
98
100
|
|
|
99
101
|
def line2=: (String) -> String
|
|
@@ -108,8 +110,8 @@ module Increase
|
|
|
108
110
|
|
|
109
111
|
def initialize: (
|
|
110
112
|
city: String,
|
|
111
|
-
country: String,
|
|
112
113
|
line1: String,
|
|
114
|
+
?country: String,
|
|
113
115
|
?line2: String,
|
|
114
116
|
?state: String,
|
|
115
117
|
?zip: String
|
|
@@ -117,8 +119,8 @@ module Increase
|
|
|
117
119
|
|
|
118
120
|
def to_hash: -> {
|
|
119
121
|
city: String,
|
|
120
|
-
country: String,
|
|
121
122
|
:line1 => String,
|
|
123
|
+
country: String,
|
|
122
124
|
:line2 => String,
|
|
123
125
|
state: String,
|
|
124
126
|
zip: String
|
|
@@ -66,8 +66,8 @@ module Increase
|
|
|
66
66
|
type address =
|
|
67
67
|
{
|
|
68
68
|
city: String,
|
|
69
|
-
country: String,
|
|
70
69
|
:line1 => String,
|
|
70
|
+
country: String,
|
|
71
71
|
:line2 => String,
|
|
72
72
|
state: String,
|
|
73
73
|
zip: String
|
|
@@ -76,10 +76,12 @@ module Increase
|
|
|
76
76
|
class Address < Increase::Internal::Type::BaseModel
|
|
77
77
|
attr_accessor city: String
|
|
78
78
|
|
|
79
|
-
attr_accessor country: String
|
|
80
|
-
|
|
81
79
|
attr_accessor line1: String
|
|
82
80
|
|
|
81
|
+
attr_reader country: String?
|
|
82
|
+
|
|
83
|
+
def country=: (String) -> String
|
|
84
|
+
|
|
83
85
|
attr_reader line2: String?
|
|
84
86
|
|
|
85
87
|
def line2=: (String) -> String
|
|
@@ -94,8 +96,8 @@ module Increase
|
|
|
94
96
|
|
|
95
97
|
def initialize: (
|
|
96
98
|
city: String,
|
|
97
|
-
country: String,
|
|
98
99
|
line1: String,
|
|
100
|
+
?country: String,
|
|
99
101
|
?line2: String,
|
|
100
102
|
?state: String,
|
|
101
103
|
?zip: String
|
|
@@ -103,8 +105,8 @@ module Increase
|
|
|
103
105
|
|
|
104
106
|
def to_hash: -> {
|
|
105
107
|
city: String,
|
|
106
|
-
country: String,
|
|
107
108
|
:line1 => String,
|
|
109
|
+
country: String,
|
|
108
110
|
:line2 => String,
|
|
109
111
|
state: String,
|
|
110
112
|
zip: String
|
|
@@ -298,6 +298,7 @@ module Increase
|
|
|
298
298
|
payer: ::Array[Increase::CheckTransfer::PhysicalCheck::Payer],
|
|
299
299
|
recipient_name: String,
|
|
300
300
|
return_address: Increase::CheckTransfer::PhysicalCheck::ReturnAddress?,
|
|
301
|
+
return_address_name: String?,
|
|
301
302
|
shipping_method: Increase::Models::CheckTransfer::PhysicalCheck::shipping_method,
|
|
302
303
|
signature: Increase::CheckTransfer::PhysicalCheck::Signature,
|
|
303
304
|
tracking_updates: ::Array[Increase::CheckTransfer::PhysicalCheck::TrackingUpdate]
|
|
@@ -320,6 +321,8 @@ module Increase
|
|
|
320
321
|
|
|
321
322
|
attr_accessor return_address: Increase::CheckTransfer::PhysicalCheck::ReturnAddress?
|
|
322
323
|
|
|
324
|
+
attr_accessor return_address_name: String?
|
|
325
|
+
|
|
323
326
|
attr_accessor shipping_method: Increase::Models::CheckTransfer::PhysicalCheck::shipping_method
|
|
324
327
|
|
|
325
328
|
attr_accessor signature: Increase::CheckTransfer::PhysicalCheck::Signature
|
|
@@ -335,6 +338,7 @@ module Increase
|
|
|
335
338
|
payer: ::Array[Increase::CheckTransfer::PhysicalCheck::Payer],
|
|
336
339
|
recipient_name: String,
|
|
337
340
|
return_address: Increase::CheckTransfer::PhysicalCheck::ReturnAddress?,
|
|
341
|
+
return_address_name: String?,
|
|
338
342
|
shipping_method: Increase::Models::CheckTransfer::PhysicalCheck::shipping_method,
|
|
339
343
|
signature: Increase::CheckTransfer::PhysicalCheck::Signature,
|
|
340
344
|
tracking_updates: ::Array[Increase::CheckTransfer::PhysicalCheck::TrackingUpdate]
|
|
@@ -349,6 +353,7 @@ module Increase
|
|
|
349
353
|
payer: ::Array[Increase::CheckTransfer::PhysicalCheck::Payer],
|
|
350
354
|
recipient_name: String,
|
|
351
355
|
return_address: Increase::CheckTransfer::PhysicalCheck::ReturnAddress?,
|
|
356
|
+
return_address_name: String?,
|
|
352
357
|
shipping_method: Increase::Models::CheckTransfer::PhysicalCheck::shipping_method,
|
|
353
358
|
signature: Increase::CheckTransfer::PhysicalCheck::Signature,
|
|
354
359
|
tracking_updates: ::Array[Increase::CheckTransfer::PhysicalCheck::TrackingUpdate]
|
|
@@ -117,12 +117,13 @@ module Increase
|
|
|
117
117
|
{
|
|
118
118
|
mailing_address: Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress,
|
|
119
119
|
memo: String,
|
|
120
|
+
payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
120
121
|
recipient_name: String,
|
|
121
122
|
attachment_file_id: String,
|
|
122
123
|
check_voucher_image_file_id: String,
|
|
123
124
|
note: String,
|
|
124
|
-
payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
125
125
|
return_address: Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress,
|
|
126
|
+
return_address_name: String,
|
|
126
127
|
shipping_method: Increase::Models::CheckTransferCreateParams::PhysicalCheck::shipping_method,
|
|
127
128
|
signature: Increase::CheckTransferCreateParams::PhysicalCheck::Signature
|
|
128
129
|
}
|
|
@@ -132,6 +133,8 @@ module Increase
|
|
|
132
133
|
|
|
133
134
|
attr_accessor memo: String
|
|
134
135
|
|
|
136
|
+
attr_accessor payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer]
|
|
137
|
+
|
|
135
138
|
attr_accessor recipient_name: String
|
|
136
139
|
|
|
137
140
|
attr_reader attachment_file_id: String?
|
|
@@ -146,18 +149,16 @@ module Increase
|
|
|
146
149
|
|
|
147
150
|
def note=: (String) -> String
|
|
148
151
|
|
|
149
|
-
attr_reader payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer]?
|
|
150
|
-
|
|
151
|
-
def payer=: (
|
|
152
|
-
::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer]
|
|
153
|
-
) -> ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer]
|
|
154
|
-
|
|
155
152
|
attr_reader return_address: Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress?
|
|
156
153
|
|
|
157
154
|
def return_address=: (
|
|
158
155
|
Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress
|
|
159
156
|
) -> Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress
|
|
160
157
|
|
|
158
|
+
attr_reader return_address_name: String?
|
|
159
|
+
|
|
160
|
+
def return_address_name=: (String) -> String
|
|
161
|
+
|
|
161
162
|
attr_reader shipping_method: Increase::Models::CheckTransferCreateParams::PhysicalCheck::shipping_method?
|
|
162
163
|
|
|
163
164
|
def shipping_method=: (
|
|
@@ -173,12 +174,13 @@ module Increase
|
|
|
173
174
|
def initialize: (
|
|
174
175
|
mailing_address: Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress,
|
|
175
176
|
memo: String,
|
|
177
|
+
payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
176
178
|
recipient_name: String,
|
|
177
179
|
?attachment_file_id: String,
|
|
178
180
|
?check_voucher_image_file_id: String,
|
|
179
181
|
?note: String,
|
|
180
|
-
?payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
181
182
|
?return_address: Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress,
|
|
183
|
+
?return_address_name: String,
|
|
182
184
|
?shipping_method: Increase::Models::CheckTransferCreateParams::PhysicalCheck::shipping_method,
|
|
183
185
|
?signature: Increase::CheckTransferCreateParams::PhysicalCheck::Signature
|
|
184
186
|
) -> void
|
|
@@ -186,12 +188,13 @@ module Increase
|
|
|
186
188
|
def to_hash: -> {
|
|
187
189
|
mailing_address: Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress,
|
|
188
190
|
memo: String,
|
|
191
|
+
payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
189
192
|
recipient_name: String,
|
|
190
193
|
attachment_file_id: String,
|
|
191
194
|
check_voucher_image_file_id: String,
|
|
192
195
|
note: String,
|
|
193
|
-
payer: ::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer],
|
|
194
196
|
return_address: Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress,
|
|
197
|
+
return_address_name: String,
|
|
195
198
|
shipping_method: Increase::Models::CheckTransferCreateParams::PhysicalCheck::shipping_method,
|
|
196
199
|
signature: Increase::CheckTransferCreateParams::PhysicalCheck::Signature
|
|
197
200
|
}
|
|
@@ -205,8 +205,8 @@ module Increase
|
|
|
205
205
|
type address =
|
|
206
206
|
{
|
|
207
207
|
city: String,
|
|
208
|
-
country: String,
|
|
209
208
|
:line1 => String,
|
|
209
|
+
country: String,
|
|
210
210
|
:line2 => String,
|
|
211
211
|
state: String,
|
|
212
212
|
zip: String
|
|
@@ -215,10 +215,12 @@ module Increase
|
|
|
215
215
|
class Address < Increase::Internal::Type::BaseModel
|
|
216
216
|
attr_accessor city: String
|
|
217
217
|
|
|
218
|
-
attr_accessor country: String
|
|
219
|
-
|
|
220
218
|
attr_accessor line1: String
|
|
221
219
|
|
|
220
|
+
attr_reader country: String?
|
|
221
|
+
|
|
222
|
+
def country=: (String) -> String
|
|
223
|
+
|
|
222
224
|
attr_reader line2: String?
|
|
223
225
|
|
|
224
226
|
def line2=: (String) -> String
|
|
@@ -233,8 +235,8 @@ module Increase
|
|
|
233
235
|
|
|
234
236
|
def initialize: (
|
|
235
237
|
city: String,
|
|
236
|
-
country: String,
|
|
237
238
|
line1: String,
|
|
239
|
+
?country: String,
|
|
238
240
|
?line2: String,
|
|
239
241
|
?state: String,
|
|
240
242
|
?zip: String
|
|
@@ -242,8 +244,8 @@ module Increase
|
|
|
242
244
|
|
|
243
245
|
def to_hash: -> {
|
|
244
246
|
city: String,
|
|
245
|
-
country: String,
|
|
246
247
|
:line1 => String,
|
|
248
|
+
country: String,
|
|
247
249
|
:line2 => String,
|
|
248
250
|
state: String,
|
|
249
251
|
zip: String
|
|
@@ -319,8 +321,8 @@ module Increase
|
|
|
319
321
|
type address =
|
|
320
322
|
{
|
|
321
323
|
city: String,
|
|
322
|
-
country: String,
|
|
323
324
|
:line1 => String,
|
|
325
|
+
country: String,
|
|
324
326
|
:line2 => String,
|
|
325
327
|
state: String,
|
|
326
328
|
zip: String
|
|
@@ -329,10 +331,12 @@ module Increase
|
|
|
329
331
|
class Address < Increase::Internal::Type::BaseModel
|
|
330
332
|
attr_accessor city: String
|
|
331
333
|
|
|
332
|
-
attr_accessor country: String
|
|
333
|
-
|
|
334
334
|
attr_accessor line1: String
|
|
335
335
|
|
|
336
|
+
attr_reader country: String?
|
|
337
|
+
|
|
338
|
+
def country=: (String) -> String
|
|
339
|
+
|
|
336
340
|
attr_reader line2: String?
|
|
337
341
|
|
|
338
342
|
def line2=: (String) -> String
|
|
@@ -347,8 +351,8 @@ module Increase
|
|
|
347
351
|
|
|
348
352
|
def initialize: (
|
|
349
353
|
city: String,
|
|
350
|
-
country: String,
|
|
351
354
|
line1: String,
|
|
355
|
+
?country: String,
|
|
352
356
|
?line2: String,
|
|
353
357
|
?state: String,
|
|
354
358
|
?zip: String
|
|
@@ -356,8 +360,8 @@ module Increase
|
|
|
356
360
|
|
|
357
361
|
def to_hash: -> {
|
|
358
362
|
city: String,
|
|
359
|
-
country: String,
|
|
360
363
|
:line1 => String,
|
|
364
|
+
country: String,
|
|
361
365
|
:line2 => String,
|
|
362
366
|
state: String,
|
|
363
367
|
zip: String
|
|
@@ -791,8 +795,8 @@ module Increase
|
|
|
791
795
|
type address =
|
|
792
796
|
{
|
|
793
797
|
city: String,
|
|
794
|
-
country: String,
|
|
795
798
|
:line1 => String,
|
|
799
|
+
country: String,
|
|
796
800
|
:line2 => String,
|
|
797
801
|
state: String,
|
|
798
802
|
zip: String
|
|
@@ -801,10 +805,12 @@ module Increase
|
|
|
801
805
|
class Address < Increase::Internal::Type::BaseModel
|
|
802
806
|
attr_accessor city: String
|
|
803
807
|
|
|
804
|
-
attr_accessor country: String
|
|
805
|
-
|
|
806
808
|
attr_accessor line1: String
|
|
807
809
|
|
|
810
|
+
attr_reader country: String?
|
|
811
|
+
|
|
812
|
+
def country=: (String) -> String
|
|
813
|
+
|
|
808
814
|
attr_reader line2: String?
|
|
809
815
|
|
|
810
816
|
def line2=: (String) -> String
|
|
@@ -819,8 +825,8 @@ module Increase
|
|
|
819
825
|
|
|
820
826
|
def initialize: (
|
|
821
827
|
city: String,
|
|
822
|
-
country: String,
|
|
823
828
|
line1: String,
|
|
829
|
+
?country: String,
|
|
824
830
|
?line2: String,
|
|
825
831
|
?state: String,
|
|
826
832
|
?zip: String
|
|
@@ -828,8 +834,8 @@ module Increase
|
|
|
828
834
|
|
|
829
835
|
def to_hash: -> {
|
|
830
836
|
city: String,
|
|
831
|
-
country: String,
|
|
832
837
|
:line1 => String,
|
|
838
|
+
country: String,
|
|
833
839
|
:line2 => String,
|
|
834
840
|
state: String,
|
|
835
841
|
zip: String
|
|
@@ -1054,8 +1060,8 @@ module Increase
|
|
|
1054
1060
|
type address =
|
|
1055
1061
|
{
|
|
1056
1062
|
city: String,
|
|
1057
|
-
country: String,
|
|
1058
1063
|
:line1 => String,
|
|
1064
|
+
country: String,
|
|
1059
1065
|
:line2 => String,
|
|
1060
1066
|
state: String,
|
|
1061
1067
|
zip: String
|
|
@@ -1064,10 +1070,12 @@ module Increase
|
|
|
1064
1070
|
class Address < Increase::Internal::Type::BaseModel
|
|
1065
1071
|
attr_accessor city: String
|
|
1066
1072
|
|
|
1067
|
-
attr_accessor country: String
|
|
1068
|
-
|
|
1069
1073
|
attr_accessor line1: String
|
|
1070
1074
|
|
|
1075
|
+
attr_reader country: String?
|
|
1076
|
+
|
|
1077
|
+
def country=: (String) -> String
|
|
1078
|
+
|
|
1071
1079
|
attr_reader line2: String?
|
|
1072
1080
|
|
|
1073
1081
|
def line2=: (String) -> String
|
|
@@ -1082,8 +1090,8 @@ module Increase
|
|
|
1082
1090
|
|
|
1083
1091
|
def initialize: (
|
|
1084
1092
|
city: String,
|
|
1085
|
-
country: String,
|
|
1086
1093
|
line1: String,
|
|
1094
|
+
?country: String,
|
|
1087
1095
|
?line2: String,
|
|
1088
1096
|
?state: String,
|
|
1089
1097
|
?zip: String
|
|
@@ -1091,8 +1099,8 @@ module Increase
|
|
|
1091
1099
|
|
|
1092
1100
|
def to_hash: -> {
|
|
1093
1101
|
city: String,
|
|
1094
|
-
country: String,
|
|
1095
1102
|
:line1 => String,
|
|
1103
|
+
country: String,
|
|
1096
1104
|
:line2 => String,
|
|
1097
1105
|
state: String,
|
|
1098
1106
|
zip: String
|
|
@@ -1583,8 +1591,8 @@ module Increase
|
|
|
1583
1591
|
type address =
|
|
1584
1592
|
{
|
|
1585
1593
|
city: String,
|
|
1586
|
-
country: String,
|
|
1587
1594
|
:line1 => String,
|
|
1595
|
+
country: String,
|
|
1588
1596
|
:line2 => String,
|
|
1589
1597
|
state: String,
|
|
1590
1598
|
zip: String
|
|
@@ -1593,10 +1601,12 @@ module Increase
|
|
|
1593
1601
|
class Address < Increase::Internal::Type::BaseModel
|
|
1594
1602
|
attr_accessor city: String
|
|
1595
1603
|
|
|
1596
|
-
attr_accessor country: String
|
|
1597
|
-
|
|
1598
1604
|
attr_accessor line1: String
|
|
1599
1605
|
|
|
1606
|
+
attr_reader country: String?
|
|
1607
|
+
|
|
1608
|
+
def country=: (String) -> String
|
|
1609
|
+
|
|
1600
1610
|
attr_reader line2: String?
|
|
1601
1611
|
|
|
1602
1612
|
def line2=: (String) -> String
|
|
@@ -1611,8 +1621,8 @@ module Increase
|
|
|
1611
1621
|
|
|
1612
1622
|
def initialize: (
|
|
1613
1623
|
city: String,
|
|
1614
|
-
country: String,
|
|
1615
1624
|
line1: String,
|
|
1625
|
+
?country: String,
|
|
1616
1626
|
?line2: String,
|
|
1617
1627
|
?state: String,
|
|
1618
1628
|
?zip: String
|
|
@@ -1620,8 +1630,8 @@ module Increase
|
|
|
1620
1630
|
|
|
1621
1631
|
def to_hash: -> {
|
|
1622
1632
|
city: String,
|
|
1623
|
-
country: String,
|
|
1624
1633
|
:line1 => String,
|
|
1634
|
+
country: String,
|
|
1625
1635
|
:line2 => String,
|
|
1626
1636
|
state: String,
|
|
1627
1637
|
zip: String
|
|
@@ -1846,8 +1856,8 @@ module Increase
|
|
|
1846
1856
|
type address =
|
|
1847
1857
|
{
|
|
1848
1858
|
city: String,
|
|
1849
|
-
country: String,
|
|
1850
1859
|
:line1 => String,
|
|
1860
|
+
country: String,
|
|
1851
1861
|
:line2 => String,
|
|
1852
1862
|
state: String,
|
|
1853
1863
|
zip: String
|
|
@@ -1856,10 +1866,12 @@ module Increase
|
|
|
1856
1866
|
class Address < Increase::Internal::Type::BaseModel
|
|
1857
1867
|
attr_accessor city: String
|
|
1858
1868
|
|
|
1859
|
-
attr_accessor country: String
|
|
1860
|
-
|
|
1861
1869
|
attr_accessor line1: String
|
|
1862
1870
|
|
|
1871
|
+
attr_reader country: String?
|
|
1872
|
+
|
|
1873
|
+
def country=: (String) -> String
|
|
1874
|
+
|
|
1863
1875
|
attr_reader line2: String?
|
|
1864
1876
|
|
|
1865
1877
|
def line2=: (String) -> String
|
|
@@ -1874,8 +1886,8 @@ module Increase
|
|
|
1874
1886
|
|
|
1875
1887
|
def initialize: (
|
|
1876
1888
|
city: String,
|
|
1877
|
-
country: String,
|
|
1878
1889
|
line1: String,
|
|
1890
|
+
?country: String,
|
|
1879
1891
|
?line2: String,
|
|
1880
1892
|
?state: String,
|
|
1881
1893
|
?zip: String
|
|
@@ -1883,8 +1895,8 @@ module Increase
|
|
|
1883
1895
|
|
|
1884
1896
|
def to_hash: -> {
|
|
1885
1897
|
city: String,
|
|
1886
|
-
country: String,
|
|
1887
1898
|
:line1 => String,
|
|
1899
|
+
country: String,
|
|
1888
1900
|
:line2 => String,
|
|
1889
1901
|
state: String,
|
|
1890
1902
|
zip: String
|