Record
checkout-agreements-data-agreement-interface
No description available.
record checkout-agreements-data-agreement-interface {
agreement-id: s32,
checkbox-text: string,
content: string,
content-height: option<string>,
extension-attributes: option<checkout-agreements-data-agreement-extension-interface>,
is-active: bool,
is-html: bool,
mode: s32,
name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| agreement-id | s32 | |
| checkbox-text | string | |
| content | string | |
| content-height | option<string> | |
| extension-attributes | option<checkout-agreements-data-agreement-extension-interface> | |
| is-active | bool | |
| is-html | bool | |
| mode | s32 | |
| name | string |