Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 481 Bytes

PaymentDetails.md

File metadata and controls

16 lines (11 loc) · 481 Bytes

# PaymentDetails

An object representing payment details.

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]