Payment Object
A payment object (specification).
- Type: Object
 
This type can contain the following fields:
| Field | Type | Required? | Description | 
|---|---|---|---|
source_address | 
String (Address) | Required | The address of an XRP Ledger account. | 
source_tag | 
Number | Optional | |
source_amount | 
Object (Amount) | Required | An amount in the XRP Ledger. | 
source_slippage | 
String | Optional | |
destination_address | 
String (Address) | Required | The address of an XRP Ledger account. | 
destination_tag | 
Number | Optional | |
destination_amount | 
Object (Amount) | Required | An amount in the XRP Ledger. | 
invoice_id | 
String | Optional | |
paths | 
String | Optional | |
partial_payment | 
Boolean | Optional | |
no_direct_ripple | 
Boolean | Optional |