squareconnect.models.v1_settlement_entry
V1SettlementEntry
| Name | Type | Description | Notes |
|---|---|---|---|
| payment_id | str | The settlement's unique identifier. | [optional] |
| type | str | The settlement's current status. See V1SettlementEntryType for possible values | [optional] |
| amount_money | V1Money | The total amount of money this entry contributes to the total settlement amount. | [optional] |
| fee_money | V1Money | The amount of all Square fees associated with this settlement entry. This value is always negative or zero. | [optional] |