SaleDetail class
- Annotations
-
- @JsonSerializable()
Constructors
- SaleDetail({String? createdByUserName, String? updatedByUserName, String? createdBy, String? createdDate, String? updatedBy, String? updatedDate, int? id, int? productCount, String? storeId, String? purchaseType, String? conversionUnit, String? conversionValue, String? frequency, String? factor, String? status, int? penaltyCharges, int? refundAmount, String? warrantyPeriod, int? nextInstallmentAmountToBePaid, String? endDate, String? mainSaleOrderId, String? type, String? resellerId, String? cashRegisterId, String? invoiceId, String? cartId, String? paymentTransactionId, String? transactionType, String? transactionSubType, String? saleType, String? extTransferRefNo, String? extReceiptNo, String? invoiceReceiptFileId, String? paymentReceiptFileId, CustomerDetails? customerDetails, String? sellerType, String? sellerId, String? buyerType, String? buyerId, int? perInstallmentAmount, int? pendingInstallments, int? completedInstallments, int? totalInstallments, String? paymentDueDate, int? priceWithDiscount, int? priceWithoutDiscount, int? priceWithTax, int? priceWithoutTax, int? priceWithWithHeldTax, int? priceWithoutWithHeldTax, int? withHeldTaxPercentage, int? withHeldTaxAmount, String? withHeldTaxCode, int? pendingAmount, int? paidAmount, int? totalAmount, String? paymentOrderId})
-
SaleDetail.fromJson(Map<
String, dynamic> json)
Properties
- buyerId ↔ String?
-
getter/setter pair
- buyerType ↔ String?
-
getter/setter pair
- cartId ↔ String?
-
getter/setter pair
- cashRegisterId ↔ String?
-
getter/setter pair
- completedInstallments ↔ int?
-
getter/setter pair
- conversionUnit ↔ String?
-
getter/setter pair
- conversionValue ↔ String?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- createdByUserName ↔ String?
-
getter/setter pair
- createdDate ↔ String?
-
getter/setter pair
- customerDetails ↔ CustomerDetails?
-
getter/setter pair
- endDate ↔ String?
-
getter/setter pair
- extReceiptNo ↔ String?
-
getter/setter pair
- extTransferRefNo ↔ String?
-
getter/setter pair
- factor ↔ String?
-
getter/setter pair
- frequency ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- invoiceId ↔ String?
-
getter/setter pair
- invoiceReceiptFileId ↔ String?
-
getter/setter pair
- mainSaleOrderId ↔ String?
-
getter/setter pair
- nextInstallmentAmountToBePaid ↔ int?
-
getter/setter pair
- paidAmount ↔ int?
-
getter/setter pair
- paymentDueDate ↔ String?
-
getter/setter pair
- paymentOrderId ↔ String?
-
getter/setter pair
- paymentReceiptFileId ↔ String?
-
getter/setter pair
- paymentTransactionId ↔ String?
-
getter/setter pair
- penaltyCharges ↔ int?
-
getter/setter pair
- pendingAmount ↔ int?
-
getter/setter pair
- pendingInstallments ↔ int?
-
getter/setter pair
- perInstallmentAmount ↔ int?
-
getter/setter pair
- priceWithDiscount ↔ int?
-
getter/setter pair
- priceWithoutDiscount ↔ int?
-
getter/setter pair
- priceWithoutTax ↔ int?
-
getter/setter pair
- priceWithoutWithHeldTax ↔ int?
-
getter/setter pair
- priceWithTax ↔ int?
-
getter/setter pair
- priceWithWithHeldTax ↔ int?
-
getter/setter pair
- productCount ↔ int?
-
getter/setter pair
- purchaseType ↔ String?
-
getter/setter pair
- refundAmount ↔ int?
-
getter/setter pair
- resellerId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saleType ↔ String?
-
getter/setter pair
- sellerId ↔ String?
-
getter/setter pair
- sellerType ↔ String?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- storeId ↔ String?
-
getter/setter pair
- totalAmount ↔ int?
-
getter/setter pair
- totalInstallments ↔ int?
-
getter/setter pair
- transactionSubType ↔ String?
-
getter/setter pair
- transactionType ↔ String?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- updatedBy ↔ String?
-
getter/setter pair
- updatedByUserName ↔ String?
-
getter/setter pair
- updatedDate ↔ String?
-
getter/setter pair
- warrantyPeriod ↔ String?
-
getter/setter pair
- withHeldTaxAmount ↔ int?
-
getter/setter pair
- withHeldTaxCode ↔ String?
-
getter/setter pair
- withHeldTaxPercentage ↔ int?
-
getter/setter pair
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited