Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 479 Bytes

File metadata and controls

16 lines (11 loc) · 479 Bytes

# AlternativeDisplayItem

An object representing alternative display of a VA.

use Xendit\Invoice\AlternativeDisplayItem;

Properties

Name Type Required Description Examples
type string Represent type of alternative display. null
value string Represent value of alternative display value. null

[Back to README]