# paypalGenerateButton

## Description

Generate payla payment button.

## Input / Parameters

| No | Name           | Description               | Data Type    | Required  |
| -- | -------------- | ------------------------- | ------------ | --------- |
| 1  | component      | The name of the component | String       | No **\*** |
| 2  | componentId    | The id of the component   | String       | No **\*** |
| 3  | amount         | Amount                    | String       |           |
| 4  | first\_name    | First name                | String       |           |
| 5  | last\_name     | Last name                 | String       |           |
| 6  | company        | Company name              | String       |           |
| 7  | address\_line1 | Address 1                 | String       |           |
| 8  | address\_line2 | Address 2                 | String       |           |
| 9  | city           | City                      | String       |           |
| 10 | region         | Region                    | String       |           |
| 11 | postal\_code   | Postal code               | String       |           |
| 12 | country\_code  | Country code              | String       |           |
| 13 | callback       | Success callback          | FunctionList |           |
| 14 | errorCallback  | Error callback            | FunctionList |           |

## Output

## Callback

## Video

## Example

* N/A

### Step

* N/A

### Result

* N/A

## Links
