# SendRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount_sat** | Option<**i64**> | The amount to send (in satoshis). Optional for bolt11 invoices. Depending on the `destination`, the wallet must contain this amount plus any fees configured by the server in [FeeSchedule](crate::cli::fees::FeeSchedule). | [optional]
**comment** | Option<**String**> | An optional comment, only supported when paying to lightning addresses | [optional]
**destination** | **String** | The destination can be an Ark address, a BOLT11-invoice, LNURL or a lightning address |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)