public class TLPaymentsPaymentForm extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
| Constructor and Description |
|---|
TLPaymentsPaymentForm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSaveCredentials() |
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getBotId() |
int |
getClassId()
Getting TL Class identification
|
TLInvoice |
getInvoice() |
TLDataJSON |
getNativeParams() |
String |
getNativeProvider() |
int |
getProviderId() |
TLAbsPaymentSavedCredentials |
getSavedCredentials() |
TLPaymentRequestedInfo |
getSavedInfo() |
String |
getUrl() |
TLVector<TLAbsUser> |
getUsers() |
boolean |
hasSavedCredentials() |
boolean |
hasSavedInfo() |
boolean |
isNative() |
boolean |
isPasswordMissing() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
public int getClassId()
TLObjectgetClassId in class TLObjectpublic int getBotId()
public TLInvoice getInvoice()
public int getProviderId()
public String getUrl()
public String getNativeProvider()
public TLDataJSON getNativeParams()
public TLPaymentRequestedInfo getSavedInfo()
public TLAbsPaymentSavedCredentials getSavedCredentials()
public boolean canSaveCredentials()
public boolean isPasswordMissing()
public boolean isNative()
public boolean hasSavedInfo()
public boolean hasSavedCredentials()
public void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2017. All rights reserved.