export Class
ShippingQuery ​
extends ​
BaseClass<ShippingQuery, ShippingQueryPacket>
implements ​
Constructor ​
ts
new ShippingQuery( client, packet )| Parameter | Type | Description |
|---|---|---|
client | Client | |
packet | ShippingQuery |
Properties ​
get user : User ​
readonly client : Client ​
from? : UserPacket ​
id : string ​
invoice_payload : string ​
shipping_address : ShippingAddress ​
Methods ​
asyncnotOk( error_message ) ​
| Parameter | Type | Description |
|---|---|---|
error_message | string |
Returns:
Promise<boolean>
asyncok( shipping_options ) ​
| Parameter | Type | Description |
|---|---|---|
shipping_options | ShippingOptions |
Returns:
Promise<boolean>