Spaces:
Runtime error
Runtime error
File size: 562 Bytes
0e27770 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Aimastering.Payment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | | [optional]
**service** | **String** | | [optional]
**productGiven** | **Boolean** | | [optional]
**product** | **Object** | | [optional]
**transactionId** | **String** | | [optional]
**transactionDetail** | **Object** | | [optional]
**createdAt** | **Date** | | [optional]
<a name="ServiceEnum"></a>
## Enum: ServiceEnum
* `paypal` (value: `"paypal"`)
* `stripe` (value: `"stripe"`)
|