Record
review
No description available.
record review {
billing-zip: option<string>,
charge: option<string>,
closed-reason: option<review-closed-reason-enum>,
created: s32,
id: string,
ip-address: option<string>,
ip-address-location: option<string>,
livemode: bool,
object: review-object-enum,
open: bool,
opened-reason: review-opened-reason-enum,
payment-intent: option<string>,
reason: string,
session: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| billing-zip | option<string> | |
| charge | option<string> | |
| closed-reason | option<review-closed-reason-enum> | |
| created | s32 | |
| id | string | |
| ip-address | option<string> | |
| ip-address-location | option<string> | |
| livemode | bool | |
| object | review-object-enum | |
| open | bool | |
| opened-reason | review-opened-reason-enum | |
| payment-intent | option<string> | |
| reason | string | |
| session | option<string> |