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
/// The type of account identifier to use for the payout destination.
31
+
/// </summary>
32
+
/// <example>IBAN</example>
33
+
[Required(ErrorMessage="The type of payout to create is required.")]
29
34
publicAccountIdentifierTypeType{get;set;}
30
35
31
36
publicstring?Description{get;set;}
@@ -144,8 +149,7 @@ public CounterpartyCreate? DestinationAccount
144
149
publicDateTimeOffset?ScheduleDate{get;set;}
145
150
146
151
/// <summary>
147
-
/// For Bitcoin payouts, when this flag is set the network fee will be deducted from the send amount.
148
-
/// THis is particularly useful for sweeps where it can be difficult to calculate the exact fee required.
152
+
/// For Bitcoin payouts, when this flag is set the network fee will be deducted from the send amount. This is particularly useful for sweeps where it can be difficult to calculate the exact fee required.
0 commit comments