Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][IMP] account_statement_import_online_paypal: new paypal event_codes #643

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"T0303": _("Electronic funds transfer (EFT)"),
"T0400": _("General withdrawal from PayPal account"),
"T0401": _("AutoSweep"),
"T0402": _("Withdrawal to Hyperwallet"),
"T0403": _(
"Withdrawals initiated by user manually. Not related to automated scheduled withdrawals"
),
"T0500": _("General PayPal debit card transaction"),
"T0501": _("Virtual PayPal debit card transaction"),
"T0502": _("PayPal debit card withdrawal to ATM"),
Expand Down Expand Up @@ -141,6 +145,7 @@
"T2001": _("Settlement consolidation"),
"T2002": _("Transfer of funds from payable"),
"T2003": _("Transfer to external GL entity"),
"T2004": _("Receivables financing - Applicable only in Brazil"),
"T2101": _("General hold"),
"T2102": _("General hold release"),
"T2103": _("Reserve hold"),
Expand All @@ -154,7 +159,9 @@
"T2111": _("Funds not yet available"),
"T2112": _("Funds available"),
"T2113": _("Blocked payments"),
"T2114": _("Tax hold"),
"T2201": _("Transfer to and from a credit-card-funded restricted balance"),
"T2301": _("Tax withholding to IRS"),
"T3000": _("Generic instrument/Open Wallet transaction"),
"T5000": _("Deferred disbursement, funds collected for disbursement"),
"T5001": _("Delayed disbursement, funds disbursed"),
Expand Down
Loading