Skip to content

Commit

Permalink
feat(api): eclipse-tractusx#202 API: Delivery Service Qualifier in Al…
Browse files Browse the repository at this point in the history
…ternative Postal Address
  • Loading branch information
rainer-exxcellent committed Jun 1, 2023
1 parent 58685c3 commit 5b64775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ data class AlternativePostalAddressDto(

@get:Schema(description = "The type of this specified delivery")
val deliveryServiceType: DeliveryServiceType = DeliveryServiceType.PO_BOX,

@get:Schema(description = "Delivery Service Qualifier")
val deliveryServiceQualifier: String = "",
)
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ data class AlternativePostalAddressResponse(

@get:Schema(description = "The type of this specified delivery")
val type: DeliveryServiceType = DeliveryServiceType.PO_BOX,

@get:Schema(description = "Delivery Service Qualifier")
val deliveryServiceQualifier: String = "",
)

0 comments on commit 5b64775

Please sign in to comment.