Skip to content

Commit

Permalink
Update PaymentSessionsRequest.cs (#411)
Browse files Browse the repository at this point in the history
- adds capture_on
  • Loading branch information
armando-rodriguez-cko authored Aug 23, 2024
1 parent 0206883 commit 3a0413a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CheckoutSdk/Payments/Sessions/PaymentSessionsRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public class PaymentSessionsRequest
public PaymentSender Sender { get; set; }

public bool? Capture { get; set; }

public DateTime? CaptureOn { get; set; }

public string IpAddress { get; set; }

Expand Down

0 comments on commit 3a0413a

Please sign in to comment.