java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PaymentResult
- Enclosing class:
- TdApi
Contains the result of a payment request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbooleanTrue, if the payment request was successful; otherwise, the verificationUrl will be non-empty.URL for additional payment credentials verification. -
Constructor Summary
ConstructorsConstructorDescriptionContains the result of a payment request.PaymentResult(boolean success, String verificationUrl) Contains the result of a payment request.PaymentResult(DataInput input) Contains the result of a payment request. -
Method Summary
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:
-
-
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
Contains the result of a payment request.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-