Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 515 Bytes

File metadata and controls

22 lines (14 loc) · 515 Bytes

CaptureMode

Indicate if the funds should be captured immediately or if you want to place a hold and capture at a later time.

This field needs to be set to manual for method riverty.

Example Usage

import com.mollie.mollie.models.components.CaptureMode;

CaptureMode value = CaptureMode.AUTOMATIC;

Values

Name Value
AUTOMATIC automatic
MANUAL manual