call abstract method
$R
call({
- String? id,
- String? tenantId,
- String? facilityId,
- String? productVariantId,
- String? referenceId,
- String? referenceIdType,
- String? transactingPartyId,
- String? transactingPartyType,
- String? receiverId,
- String? receiverType,
- String? senderId,
- String? senderType,
- List<
String> ? clientReferenceId, - List<
String> ? transactionType, - List<
String> ? transactionReason, - String? boundaryCode,
override
Implementation
@override
$R call(
{String? id,
String? tenantId,
String? facilityId,
String? productVariantId,
String? referenceId,
String? referenceIdType,
String? transactingPartyId,
String? transactingPartyType,
String? receiverId,
String? receiverType,
String? senderId,
String? senderType,
List<String>? clientReferenceId,
List<String>? transactionType,
List<String>? transactionReason,
String? boundaryCode});