@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class PtsV2PaymentsPost201ResponseErrorInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum
The reason of the status.
|
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseErrorInformation() |
public PtsV2PaymentsPost201ResponseErrorInformation()
public PtsV2PaymentsPost201ResponseErrorInformation reason(PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum reason)
public PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum getReason()
public void setReason(PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum reason)
public PtsV2PaymentsPost201ResponseErrorInformation message(String message)
public String getMessage()
public void setMessage(String message)
public PtsV2PaymentsPost201ResponseErrorInformation details(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details)
public PtsV2PaymentsPost201ResponseErrorInformation addDetailsItem(PtsV2PaymentsPost201ResponseErrorInformationDetails detailsItem)
public List<PtsV2PaymentsPost201ResponseErrorInformationDetails> getDetails()
public void setDetails(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details)
Copyright © 2018. All rights reserved.