WebApiLogicAppFuncDefaultSettingsResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiLogicAppFuncDefaultSettingsResponse({String? defaultUnitId, String? defaultUnit, String? defaultDealStatusId, String? defaultDealStatus, bool? defaultDealPoRequired, String? defaultDealPoType, bool? defaultDealStagingExcludeOrderAfterWrap, String? defaultCustomerStatusId, String? defaultCustomerStatus, String? defaultDealBillingCycleId, String? defaultDealBillingCycle, String? defaultNonRecurringBillingCycleId, String? defaultNonRecurringBillingCycle, String? defaultVendorBillingCycleId, String? defaultVendorBillingCycle, String? defaultCustomerPaymentTermsId, String? defaultCustomerPaymentTerms, String? defaultRank, String? defaultCreditStatusId, String? defaultCreditStatus, bool? contactShowAllDeals})
WebApiLogicAppFuncDefaultSettingsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactShowAllDeals bool?
final
defaultCreditStatus String?
final
defaultCreditStatusId String?
final
defaultCustomerPaymentTerms String?
final
defaultCustomerPaymentTermsId String?
final
defaultCustomerStatus String?
final
defaultCustomerStatusId String?
final
defaultDealBillingCycle String?
final
defaultDealBillingCycleId String?
final
defaultDealPoRequired bool?
final
defaultDealPoType String?
final
defaultDealStagingExcludeOrderAfterWrap bool?
final
defaultDealStatus String?
final
defaultDealStatusId String?
final
defaultNonRecurringBillingCycle String?
final
defaultNonRecurringBillingCycleId String?
final
defaultRank String?
final
defaultUnit String?
final
defaultUnitId String?
final
defaultVendorBillingCycle String?
final
defaultVendorBillingCycleId String?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? defaultUnitId, String? defaultUnit, String? defaultDealStatusId, String? defaultDealStatus, bool? defaultDealPoRequired, String? defaultDealPoType, bool? defaultDealStagingExcludeOrderAfterWrap, String? defaultCustomerStatusId, String? defaultCustomerStatus, String? defaultDealBillingCycleId, String? defaultDealBillingCycle, String? defaultNonRecurringBillingCycleId, String? defaultNonRecurringBillingCycle, String? defaultVendorBillingCycleId, String? defaultVendorBillingCycle, String? defaultCustomerPaymentTermsId, String? defaultCustomerPaymentTerms, String? defaultRank, String? defaultCreditStatusId, String? defaultCreditStatus, bool? contactShowAllDeals}) WebApiLogicAppFuncDefaultSettingsResponse

Available on WebApiLogicAppFuncDefaultSettingsResponse, provided by the $WebApiLogicAppFuncDefaultSettingsResponseExtension extension

copyWithWrapped({Wrapped<String?>? defaultUnitId, Wrapped<String?>? defaultUnit, Wrapped<String?>? defaultDealStatusId, Wrapped<String?>? defaultDealStatus, Wrapped<bool?>? defaultDealPoRequired, Wrapped<String?>? defaultDealPoType, Wrapped<bool?>? defaultDealStagingExcludeOrderAfterWrap, Wrapped<String?>? defaultCustomerStatusId, Wrapped<String?>? defaultCustomerStatus, Wrapped<String?>? defaultDealBillingCycleId, Wrapped<String?>? defaultDealBillingCycle, Wrapped<String?>? defaultNonRecurringBillingCycleId, Wrapped<String?>? defaultNonRecurringBillingCycle, Wrapped<String?>? defaultVendorBillingCycleId, Wrapped<String?>? defaultVendorBillingCycle, Wrapped<String?>? defaultCustomerPaymentTermsId, Wrapped<String?>? defaultCustomerPaymentTerms, Wrapped<String?>? defaultRank, Wrapped<String?>? defaultCreditStatusId, Wrapped<String?>? defaultCreditStatus, Wrapped<bool?>? contactShowAllDeals}) WebApiLogicAppFuncDefaultSettingsResponse

Available on WebApiLogicAppFuncDefaultSettingsResponse, provided by the $WebApiLogicAppFuncDefaultSettingsResponseExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiLogicAppFuncDefaultSettingsResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiLogicAppFuncDefaultSettingsResponse instance)