OrderCreationRequest class

Annotations
  • @JsonSerializable.new()

Constructors

OrderCreationRequest({required String partnerId, required String partnerType, required String distributeId, required String distributeType, required String paymentTransactionId, required String billingOrShippingAddressId, required String transactionRemarks, required String purchaseOrderReferenceNumber, required String branchId, required String externalParentTransactionId, required List<RelatedParty> relatedParty, required String checkInId})
OrderCreationRequest.fromJson(Map<String, dynamic> json)
factory

Properties

billingOrShippingAddressId String
final
branchId String
final
checkInId String
final
distributeId String
final
distributeType String
final
externalParentTransactionId String
final
hashCode int
The hash code for this object.
no setterinherited
partnerId String
final
partnerType String
final
paymentTransactionId String
final
purchaseOrderReferenceNumber String
final
relatedParty List<RelatedParty>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionRemarks String
final

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