# # PaymentDetails An object representing payment details. ```php use Xendit\Invoice\PaymentDetails; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **receipt_id** | **string** | | The unique identifier or reference ID associated with the payment receipt. | null | | **source** | **string** | | The source or method of payment. | null | [[Back to README]](../../README.md)