notifyCustomer property

  1. @JsonKey.new(name: 'notify_customer', includeIfNull: false)
bool? notifyCustomer
final

Implementation

@JsonKey(name: 'notify_customer', includeIfNull: false)
final bool? notifyCustomer;