Skip to Content

ServiceSummaryResponse

Properties

NameTypeDescriptionNotes
vendor_idLongVendor ID for the service.[default to null]
sub_totalDoubleSubtotal before discounts and fees.[default to null]
discountDoubleDiscount amount applied.[default to null]
delivery_feeDoubleDelivery fee for the service.[default to null]
taxDoubleTax amount.[default to null]
tax_rateDoubleTax rate as a percentage.[default to null]
totalDoubleTotal cost before tip.[default to null]
total_with_tipDoubleTotal cost including tip.[default to null]
tipDoubleTip amount.[default to null]
feesListAdditional fees applied to the order.[default to null]
total_feeDoubleTotal amount of all fees.[default to null]
serviceServiceSummaryDetailService details with pricing.[default to null]
tokenStringEncrypted token for order validation.[optional] [default to null]
can_deliverBooleanWhether the vendor can deliver to the specified address.[optional] [default to null]
delivery_validation_messageStringMessage explaining delivery availability status.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]