Skip to content

Commit

Permalink
chore: Publish fraudPreventionV2 [3.0.0] SDK (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
1 parent f9bf6e4 commit a10e490
Show file tree
Hide file tree
Showing 175 changed files with 3,185 additions and 5,473 deletions.
53 changes: 21 additions & 32 deletions release/fraudPreventionV2/docs/AccountRole.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,30 @@
[index](index.md) / [expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) / [AccountRole](AccountRole.md)
[index](index.md) /
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md)
/ [AccountRole](AccountRole.md)

# class `expediagroup.sdk.fraudpreventionv2.model.AccountRole`
```
AccountRole(
)
```

pydantic model AccountRole: Identifies the account role and associated permissions of a user''s account. Possible values are:
- `USER`: Basic account with no special privileges.
- `MANAGER`: Account with additional privileges, such as the ability to make bookings for others.
- `ADMIN`: Account with higher privileges than a manager, including the ability to grant manager access to other users.
```python
AccountRole()
```

pydantic model AccountRole: Identifies the account role and associated
permissions of a user’’s account. Possible values are:

- `USER`: Basic account with no special privileges.
- `MANAGER`: Account with additional privileges, such as the ability to
make bookings for others.
- `ADMIN`: Account with higher privileges than a manager, including the
ability to grant manager access to other users.

## Attributes






| Name | Type | Required | Description |
|---------|------|----------|-------------|
| ADMIN | Any | True | ... |
| MANAGER | Any | True | ... |
| USER | Any | True | ... |









| Name | Type | Required | Description |
| ------- | ---- | -------- | ----------- |
| ADMIN | Any | True ||
| MANAGER | Any | True ||
| USER | Any | True ||

# Inheritance
object > Enum > AccountRole

object > Enum > AccountRole
35 changes: 13 additions & 22 deletions release/fraudPreventionV2/docs/AccountScreenRequest.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
[index](index.md) / [expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) / [AccountScreenRequest](AccountScreenRequest.md)
[index](index.md) /
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md)
/ [AccountScreenRequest](AccountScreenRequest.md)

# class `expediagroup.sdk.fraudpreventionv2.model.AccountScreenRequest`
```

```python
AccountScreenRequest(
transaction: AccountTransaction,
)
```

pydantic model AccountScreenRequest: Information for account screening by Expedia's Fraud Prevention Service.


pydantic model AccountScreenRequest: Information for account screening
by Expedia’s Fraud Prevention Service.

## Attributes




| Name | Type | Required | Description |
|-------------|---------------------------------------------|----------|-------------|
| transaction | [AccountTransaction](AccountTransaction.md) | True | ... |









| Name | Type | Required | Description |
| ----------- | ------------------------------------------- | -------- | ----------- |
| transaction | [AccountTransaction](AccountTransaction.md) | True ||

# Inheritance
object > BaseModel > AccountScreenRequest

object > BaseModel > AccountScreenRequest
39 changes: 14 additions & 25 deletions release/fraudPreventionV2/docs/AccountScreenResponse.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,26 @@
[index](index.md) / [expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) / [AccountScreenResponse](AccountScreenResponse.md)
[index](index.md) /
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md)
/ [AccountScreenResponse](AccountScreenResponse.md)

# class `expediagroup.sdk.fraudpreventionv2.model.AccountScreenResponse`
```

```python
AccountScreenResponse(
risk_id: Optional[constr(max_length=200)],
decision: Optional[AccountTakeoverFraudDecision],
)
```

pydantic model AccountScreenResponse: Response for an account transaction provided by Expedia's Fraud Prevention Service.


pydantic model AccountScreenResponse: Response for an account
transaction provided by Expedia’s Fraud Prevention Service.

## Attributes





| Name | Type | Required | Description |
|----------|---------------------------------------------------------------------------|----------|--------------------------------------------------------------------------------------|
| decision | Optional[[AccountTakeoverFraudDecision](AccountTakeoverFraudDecision.md)] | False | ... |
| risk_id | Optional[constr(max_length=200)] | False | Unique identifier assigned to the transaction by Expedia's Fraud Prevention Service. |









| Name | Type | Required | Description |
| -------- | --------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------ |
| decision | Optional\[[AccountTakeoverFraudDecision](AccountTakeoverFraudDecision.md)\] | False ||
| risk_id | Optional\[constr(max_length=200)\] | False | Unique identifier assigned to the transaction by Expedia’s Fraud Prevention Service. |

# Inheritance
object > BaseModel > AccountScreenResponse

object > BaseModel > AccountScreenResponse
36 changes: 14 additions & 22 deletions release/fraudPreventionV2/docs/AccountTakeoverBadRequestError.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,25 @@
[index](index.md) / [expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) / [AccountTakeoverBadRequestError](AccountTakeoverBadRequestError.md)
[index](index.md) /
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md)
/ [AccountTakeoverBadRequestError](AccountTakeoverBadRequestError.md)

# class `expediagroup.sdk.fraudpreventionv2.model.AccountTakeoverBadRequestError`
```

```python
AccountTakeoverBadRequestError(
causes: Optional[list[Cause1]],
)
```

pydantic model AccountTakeoverBadRequestError: Indicates that a bad request occurred. Typically it is an invalid parameter.


pydantic model AccountTakeoverBadRequestError: Indicates that a bad
request occurred. Typically it is an invalid parameter.

## Attributes




| Name | Type | Required | Description |
|--------|-------------------------------------|----------|-------------|
| causes | Optional[list[[Cause1](Cause1.md)]] | False | ... |









| Name | Type | Required | Description |
| ------ | --------------------------------------- | -------- | ----------- |
| causes | Optional\[list\[[Cause1](Cause1.md)\]\] | False ||

# Inheritance
object > [AccountTakeoverError](AccountTakeoverError.md) > AccountTakeoverBadRequestError

object > [AccountTakeoverError](AccountTakeoverError.md) >
AccountTakeoverBadRequestError
Original file line number Diff line number Diff line change
@@ -1,37 +1,24 @@
[index](index.md) / [expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) / [AccountTakeoverBadRequestErrorDeserializationContract](AccountTakeoverBadRequestErrorDeserializationContract.md)
[index](index.md) /
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md)
/
[AccountTakeoverBadRequestErrorDeserializationContract](AccountTakeoverBadRequestErrorDeserializationContract.md)

# class `expediagroup.sdk.fraudpreventionv2.model.AccountTakeoverBadRequestErrorDeserializationContract`
```

```python
AccountTakeoverBadRequestErrorDeserializationContract(
exception: type,
model: type,
)
```





## Attributes





| Name | Type | Required | Description |
|-----------|------|----------|-------------|
| exception | type | True | ... |
| model | type | True | ... |









| Name | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| exception | type | True ||
| model | type | True ||

# Inheritance
object > AccountTakeoverBadRequestErrorDeserializationContract

object > AccountTakeoverBadRequestErrorDeserializationContract
Loading

0 comments on commit a10e490

Please sign in to comment.