SessionCustomFieldsItem class final

custom_field_param

Constructors

SessionCustomFieldsItem({SessionDropdown? dropdown, required String key, required SessionLabel label, SessionNumeric? numeric, bool? optional, SessionNumeric? text, required PaymentLinksResourceCustomFieldsType type})
custom_field_param
const
SessionCustomFieldsItem.fromJson(Object? json)
factory

Properties

custom_field_dropdown_param
final
hashCode → int
The hash code for this object.
no setterinherited
key → String
final
label → SessionLabel
custom_field_label_param
final
numeric → SessionNumeric?
custom_field_numeric_param
final
optional → bool?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
text → SessionNumeric?
final
type → PaymentLinksResourceCustomFieldsType
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(SessionCustomFieldsItem instance, Encoder<V> encoder) → V