public class InlineResponse201 extends Object
| Constructor | Description |
|---|---|
InlineResponse201() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getId() |
An unique identification number generated by Cybersource to identify the submitted request.
|
InlineResponse201OrderInformation |
getOrderInformation() |
Get orderInformation
|
InlineResponse201PaymentInformation |
getPaymentInformation() |
Get paymentInformation
|
String |
getStatus() |
The status of the request.
|
int |
hashCode() |
|
InlineResponse201 |
id(String id) |
|
InlineResponse201 |
orderInformation(InlineResponse201OrderInformation orderInformation) |
|
InlineResponse201 |
paymentInformation(InlineResponse201PaymentInformation paymentInformation) |
|
void |
setId(String id) |
|
void |
setOrderInformation(InlineResponse201OrderInformation orderInformation) |
|
void |
setPaymentInformation(InlineResponse201PaymentInformation paymentInformation) |
|
void |
setStatus(String status) |
|
InlineResponse201 |
status(String status) |
|
String |
toString() |
public InlineResponse201 id(String id)
public String getId()
public void setId(String id)
public InlineResponse201 status(String status)
public String getStatus()
public void setStatus(String status)
public InlineResponse201 paymentInformation(InlineResponse201PaymentInformation paymentInformation)
public InlineResponse201PaymentInformation getPaymentInformation()
public void setPaymentInformation(InlineResponse201PaymentInformation paymentInformation)
public InlineResponse201 orderInformation(InlineResponse201OrderInformation orderInformation)
public InlineResponse201OrderInformation getOrderInformation()
public void setOrderInformation(InlineResponse201OrderInformation orderInformation)
Copyright © 2026. All rights reserved.