Skip to content

Commit 3a0413a

Browse files
Update PaymentSessionsRequest.cs (#411)
- adds capture_on
1 parent 0206883 commit 3a0413a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CheckoutSdk/Payments/Sessions/PaymentSessionsRequest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ public class PaymentSessionsRequest
6666
public PaymentSender Sender { get; set; }
6767

6868
public bool? Capture { get; set; }
69+
70+
public DateTime? CaptureOn { get; set; }
6971

7072
public string IpAddress { get; set; }
7173

0 commit comments

Comments
 (0)