Package org.drinkless.tdlib
Class TdApi.PaymentResult
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaymentResult
- Enclosing class:
- TdApi
Contains the result of a payment request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaymentResult
public PaymentResult()Contains the result of a payment request. -
PaymentResult
Contains the result of a payment request.- Parameters:
success- True, if the payment request was successful; otherwise, the verificationUrl will be non-empty.verificationUrl- URL for additional payment credentials verification.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-