@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2012 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineResponse2012.StatusEnum
The status of the submitted transaction.
|
| Constructor and Description |
|---|
InlineResponse2012() |
public InlineResponse2012 links(InlineResponse2012Links links)
public InlineResponse2012Links getLinks()
public void setLinks(InlineResponse2012Links links)
public InlineResponse2012 id(String id)
public String getId()
public void setId(String id)
public InlineResponse2012 submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public InlineResponse2012 status(InlineResponse2012.StatusEnum status)
public InlineResponse2012.StatusEnum getStatus()
public void setStatus(InlineResponse2012.StatusEnum status)
public InlineResponse2012 reconciliationId(String reconciliationId)
public String getReconciliationId()
public void setReconciliationId(String reconciliationId)
public InlineResponse2012 clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation)
public InlineResponse201ClientReferenceInformation getClientReferenceInformation()
public void setClientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation)
public InlineResponse2012 processorInformation(InlineResponse2012ProcessorInformation processorInformation)
public InlineResponse2012ProcessorInformation getProcessorInformation()
public void setProcessorInformation(InlineResponse2012ProcessorInformation processorInformation)
public InlineResponse2012 orderInformation(InlineResponse2012OrderInformation orderInformation)
public InlineResponse2012OrderInformation getOrderInformation()
public void setOrderInformation(InlineResponse2012OrderInformation orderInformation)
Copyright © 2018. All rights reserved.