public static class TdApi.PaymentResult extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
success
True, if the payment request was successful; otherwise the verificationUrl will be non-empty.
|
java.lang.String |
verificationUrl
URL for additional payment credentials verification.
|
Constructor and Description |
---|
PaymentResult()
Contains the result of a payment request.
|
PaymentResult(boolean success,
java.lang.String verificationUrl)
Contains the result of a payment request.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean success
public java.lang.String verificationUrl
public static final int CONSTRUCTOR
public PaymentResult()
public PaymentResult(boolean success, java.lang.String verificationUrl)
success
- True, if the payment request was successful; otherwise the verificationUrl will be non-empty.verificationUrl
- URL for additional payment credentials verification.public int getConstructor()
getConstructor
in class TdApi.Object