You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
75
81
# {Lithic::Models::BookTransferCreateParams} for more details.
76
82
#
@@ -90,6 +96,8 @@ class BookTransferCreateParams < Lithic::Internal::Type::BaseModel
90
96
#
91
97
# @param external_id [String] External ID defined by the customer
92
98
#
99
+
# @param hold_token [String] Token of an existing hold to settle when this transfer is initiated
100
+
#
93
101
# @param memo [String] Optional descriptor for the transfer.
94
102
#
95
103
# @param on_closed_account [Symbol, Lithic::Models::BookTransferCreateParams::OnClosedAccount] What to do if the financial account is closed when posting an operation
# @param amount [Integer] Amount to be transferred in the currency's smallest unit (e.g., cents for USD).
15
15
#
@@ -27,6 +27,8 @@ class BookTransfers
27
27
#
28
28
# @param external_id [String] External ID defined by the customer
29
29
#
30
+
# @param hold_token [String] Token of an existing hold to settle when this transfer is initiated
31
+
#
30
32
# @param memo [String] Optional descriptor for the transfer.
31
33
#
32
34
# @param on_closed_account [Symbol, Lithic::Models::BookTransferCreateParams::OnClosedAccount] What to do if the financial account is closed when posting an operation
0 commit comments