btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreateInvoiceRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**metadata** | Option<[**crate::models::InvoiceMetadata**]InvoiceMetadata.md> |  | [optional]
**checkout** | Option<[**crate::models::CheckoutOptions**]CheckoutOptions.md> |  | [optional]
**receipt** | Option<[**crate::models::ReceiptOptions**]ReceiptOptions.md> |  | [optional]
**amount** | Option<**String**> | The amount of the invoice. If null or unspecified, the invoice will be a top-up invoice. (ie. The invoice will consider any payment as a full payment) | [optional]
**currency** | Option<**String**> | The currency of the invoice (if null, empty or unspecified, the currency will be the store's settings default)' | [optional]
**additional_search_terms** | Option<**Vec<String>**> | Additional search term to help you find this invoice via text search | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)