Skip to content

Commit

Permalink
Allow nullable values for properties in AdditionalInventoryData
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgreen committed Feb 14, 2024
1 parent 829971e commit d373c0b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ val otherNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf(
AllowNullable(FetchedReportResponse.FetchedCustomerData::customerEmail),
AllowNullable(FetchedReportResponse.FetchedCustomerData::customerPhone),

AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::sku),
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::imageUrl),
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::thumbnailUrl),
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::exampleOrder),

AllowNullable(CreateBatchRequest::groupId),
AllowNullable(CreateBatchRequestWithIds::groupId),

Expand Down

0 comments on commit d373c0b

Please sign in to comment.