public class PtsV2CreateBillingAgreementPost502Response extends Object
| Constructor and Description |
|---|
PtsV2CreateBillingAgreementPost502Response() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
An unique identification number generated by Cybersource to identify the submitted request.
|
String |
getMessage()
The detail message related to the status and reason listed above.
|
String |
getReason()
The reason of the status.
|
String |
getStatus()
The status of the submitted transaction.
|
String |
getSubmitTimeUtc()
Time of request in UTC.
|
int |
hashCode() |
PtsV2CreateBillingAgreementPost502Response |
id(String id) |
PtsV2CreateBillingAgreementPost502Response |
message(String message) |
PtsV2CreateBillingAgreementPost502Response |
reason(String reason) |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setReason(String reason) |
void |
setStatus(String status) |
void |
setSubmitTimeUtc(String submitTimeUtc) |
PtsV2CreateBillingAgreementPost502Response |
status(String status) |
PtsV2CreateBillingAgreementPost502Response |
submitTimeUtc(String submitTimeUtc) |
String |
toString() |
public PtsV2CreateBillingAgreementPost502Response()
public PtsV2CreateBillingAgreementPost502Response id(String id)
public String getId()
public void setId(String id)
public PtsV2CreateBillingAgreementPost502Response submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public PtsV2CreateBillingAgreementPost502Response status(String status)
public String getStatus()
public void setStatus(String status)
public PtsV2CreateBillingAgreementPost502Response reason(String reason)
public String getReason()
public void setReason(String reason)
public PtsV2CreateBillingAgreementPost502Response message(String message)
public String getMessage()
public void setMessage(String message)
Copyright © 2025. All rights reserved.