-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Publish fraudPreventionV2 [3.1.0] SDK (#272)
- Loading branch information
1 parent
45cbe95
commit 162d3b6
Showing
12 changed files
with
527 additions
and
621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[index](index.md) / | ||
[expediagroup.sdk.fraudpreventionv2.model](expediagroup.sdk.fraudpreventionv2.model.md) | ||
/ [MandateType](MandateType.md) | ||
|
||
# class `expediagroup.sdk.fraudpreventionv2.model.MandateType` | ||
|
||
```python | ||
MandateType() | ||
``` | ||
|
||
pydantic model MandateType: The `mandate_type` is required if given | ||
`brand` as `SEPA_ELV` under `DirectDebit`. It is used for the wire | ||
transfer or direct debit transaction whose `routing_number` could not be | ||
provided or not supported. Allows values: | ||
|
||
- `ONE_OFF` | ||
- `RECURRING` | ||
|
||
## Attributes | ||
|
||
| Name | Type | Required | Description | | ||
| --------- | ---- | -------- | ----------- | | ||
| ONE_OFF | Any | True | … | | ||
| RECURRING | Any | True | … | | ||
|
||
# Inheritance | ||
|
||
object > Enum > MandateType |
Oops, something went wrong.