Package it.tdlight.jni
Class TdApi.PaymentResult
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PaymentResult
- Enclosing class:
- TdApi
public static class TdApi.PaymentResult extends TdApi.Object
Contains the result of a payment request.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
success
True, if the payment request was successful; otherwise the verificationUrl will be non-empty.String
verificationUrl
URL for additional payment credentials verification. -
Constructor Summary
Constructors Constructor Description PaymentResult()
Contains the result of a payment request.PaymentResult(boolean success, String verificationUrl)
Contains the result of a payment request.PaymentResult(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
success
public boolean successTrue, if the payment request was successful; otherwise the verificationUrl will be non-empty. -
verificationUrl
URL for additional payment credentials verification. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PaymentResult
public PaymentResult()Contains the result of a payment request. -
PaymentResult
Contains the result of a payment request.- Parameters:
success
- boolean True, if the payment request was successful; otherwise the verificationUrl will be non-empty.verificationUrl
- String URL for additional payment credentials verification.
-
PaymentResult
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-