CustomerRequestMessage class
Constructors
-
CustomerRequestMessage({String? email, String? name, String? cpfOrCnpj, String? withCopyEmails, String? notes, List<
CustomVariables> ? customVariables, String? zipCode, int? number, String? complement}) - CustomerRequestMessage.fromJson(String source)
-
factory
-
CustomerRequestMessage.fromMap(Map<
String, dynamic> map) -
factory
Properties
- complement ↔ String?
-
Complemento do endereço
getter/setter pair
- cpfOrCnpj ↔ String?
-
E-Mail do Cliente
getter/setter pair
-
customVariables
↔ List<
CustomVariables> ? -
Variáveis Personalizadas
getter/setter pair
- email ↔ String?
-
E-Mail do Cliente
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String?
-
Nome do Cliente
getter/setter pair
- notes ↔ String?
-
Anotações Gerais do Cliente
getter/setter pair
- number ↔ int?
-
Número do endereço do cliente
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- withCopyEmails ↔ String?
-
Endereços de E-mail para cópia separados por vírgula.
getter/setter pair
- zipCode ↔ String?
-
CEP do cliente
getter/setter pair
Methods
-
copyWith(
{String? email, String? name, String? cpfOrCnpj, String? withCopyEmails, String? notes, List< CustomVariables> ? customVariables, String? zipCode, int? number, String? complement}) → CustomerRequestMessage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override