Method: SquareConnect::ChargeRequest#delay_capture
- Defined in:
- lib/square_connect/models/charge_request.rb
#delay_capture ⇒ Object
If ‘true`, the request will only perform an Auth on the providedncard. You can then later perform either a Capture (with then*CaptureTransaction** endpoint) or a Void (with the VoidTransationnendpoint.
29 30 31 |
# File 'lib/square_connect/models/charge_request.rb', line 29 def delay_capture @delay_capture end |