Skip to content

Commit

Permalink
add EntityHeadline to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hwjeremy committed Dec 9, 2020
1 parent 69ae7e9 commit ae7a3e9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Session session = Session(
)
```

### `InstalmentLink`
### `struct InstalmentLink`

`InstalmentLink` facilitates the creation of customised links to the Procuret
Instalment Product (PIP). PIP allows a customer Business to pay for a purchase
Expand Down Expand Up @@ -111,7 +111,16 @@ var link = await InstalmentLink.create(
)
```

### `CommunicationOption`
### `struct EntityHeadline`

A type containing basic data about a legal person.

#### Properties

`String` EntityId - A unique Procuret identifier for the legal person
`String` LegalEntityName - The name of the legal person, e.g. "ACME Ltd"

### `enum CommunicationOption`

An enumeration of instructions you can send Procuret in some contexts, to
tell it how you wish for it to contact (or not contact) the a customer.
Expand Down

0 comments on commit ae7a3e9

Please sign in to comment.