public class PaymentLinkResponse extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
PaymentLinkResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomerId()
Gets the customer id created or used for the payment.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getLinkCode()
Gets the payment link code.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
String |
getUrl()
Gets the url for the payment link.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
void |
setCustomerId(String value)
Sets the customer id created or used for the payment.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setLinkCode(String value)
Sets the payment link code.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setUrl(String value)
Sets the url for the payment link.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setLinkCode(String value)
value
- the payment link code.public String getLinkCode()
public void setUrl(String value)
value
- the url for the payment link.public String getUrl()
public void setCustomerId(String value)
value
- the customer id created or used for the payment.public String getCustomerId()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.