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
* Constructor, create an instruction-full request Payout object.
76
73
*
77
-
* @param amount Date when request is effective. Note that the time of day will automatically be set to 09:00:00.000 UTC time for the given day. Only requests submitted before 09:00:00.000 UTC are guaranteed to be processed on the same day.
78
-
* @param currency The three digit currency string for the PayoutBatch to use.
79
-
* @param ledgerCurrency Ledger currency code set for the payout request (ISO4217 3-character currency code), it indicates on which ledger the payoutrequest will be recorded. If not provided in the request, this parameter will be set by default to the active ledger currency on your account,e.g. your settlement currency. Supported ledger currency codes for payout requestsare EUR, USD, GBP, CAD, NZD, AUD, ZAR, JPY, BTC, BCH, GUSD, USDC, PAX,XRP, BUSD, DOGE,ETH, WBTC, DAI
74
+
* @param amount Date when request is effective. Note that the time of
75
+
* day will automatically be set to 09:00:00.000 UTC time
76
+
* for the given day. Only requests submitted before
77
+
* 09:00:00.000 UTC are guaranteed to be processed on the
78
+
* same day.
79
+
* @param currency The three digit currency string for the PayoutBatch to
80
+
* use.
81
+
* @param ledgerCurrency Ledger currency code set for the payout request
82
+
* (ISO4217 3-character currency code), it indicates on
83
+
* which ledger the payoutrequest will be recorded. If not
84
+
* provided in the request, this parameter will be set by
85
+
* default to the active ledger currency on your
86
+
* account,e.g. your settlement currency. Supported ledger
87
+
* currency codes for payout requestsare EUR, USD, GBP,
0 commit comments