Interface GatewayPatchTemplate.OperationalStatus
- 
- Enclosing class:
- GatewayPatchTemplate
 
 public static interface GatewayPatchTemplate.OperationalStatusGateway operational status. For gateways pending LOA approval, patch operational_status to the appropriate value to approve or reject its LOA. When rejecting an LOA, provide reject reasoning in `loa_reject_reason`. Only allowed for type=dedicated gateways.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringLOA_ACCEPTEDloa_accepted.static StringLOA_REJECTEDloa_rejected.
 
- 
- 
- 
Field Detail- 
LOA_ACCEPTEDstatic final String LOA_ACCEPTED loa_accepted.- See Also:
- Constant Field Values
 
 - 
LOA_REJECTEDstatic final String LOA_REJECTED loa_rejected.- See Also:
- Constant Field Values
 
 
- 
 
-