Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 475 Bytes

File metadata and controls

16 lines (11 loc) · 475 Bytes

# Paylater

An object representing paylater details for invoices.

use Xendit\Invoice\Paylater;

Properties

Name Type Required Description Examples
paylater_type PaylaterType ☑️ null
should_exclude bool Indicates whether this paylater option should be excluded. null

[Back to README]