21 lines
477 B
TypeScript
21 lines
477 B
TypeScript
/**
|
|
* @schema AdminPostClaimsShippingActionReqSchema
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostClaimsShippingActionReqSchema
|
|
* properties:
|
|
* custom_price:
|
|
* type: number
|
|
* title: custom_price
|
|
* description: The claim's custom price.
|
|
* internal_note:
|
|
* type: string
|
|
* title: internal_note
|
|
* description: The claim's internal note.
|
|
* metadata:
|
|
* type: object
|
|
* description: The claim's metadata.
|
|
*
|
|
*/
|
|
|