# XWUIMoneyTransferComposer

Transfer composer with IBAN/ACH checks, FX preview, schedule, limits and a receipt emit. Never sends funds.

## BasicUsage

Default IBAN and ACH beneficiaries.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default IBAN and ACH beneficiaries.
```

## Later

Schedule a later transfer.

```example
file: examples/Later.ts
html: examples/Later.html
title: Later
description: Schedule a later transfer.
```

## SelectAch

Select the ACH beneficiary.

```example
file: examples/SelectAch.ts
html: examples/SelectAch.html
title: SelectAch
description: Select the ACH beneficiary.
```

## Submit

Emit a receipt from the class API.

```example
file: examples/Submit.ts
html: examples/Submit.html
title: Submit
description: Emit a receipt from the class API.
```

```api
```
