mergeDev/campaign #73
|
@ -17,6 +17,7 @@ type OutboundRequestPayload struct {
|
||||||
|
|
||||||
// InsuranceOpts ...
|
// InsuranceOpts ...
|
||||||
type InsuranceOpts struct {
|
type InsuranceOpts struct {
|
||||||
|
InsuranceType string `json:"insuranceType"`
|
||||||
VehicleTypeID string `json:"vehicleTypeId"`
|
VehicleTypeID string `json:"vehicleTypeId"`
|
||||||
VehicleTypeName string `json:"vehicleTypeName"`
|
VehicleTypeName string `json:"vehicleTypeName"`
|
||||||
InsuranceTypeID string `json:"insuranceTypeId"`
|
InsuranceTypeID string `json:"insuranceTypeId"`
|
||||||
|
@ -25,6 +26,12 @@ type InsuranceOpts struct {
|
||||||
Chassis string `json:"chassis"`
|
Chassis string `json:"chassis"`
|
||||||
Engine string `json:"engine"`
|
Engine string `json:"engine"`
|
||||||
BeginDate string `json:"beginDate"`
|
BeginDate string `json:"beginDate"`
|
||||||
|
|
||||||
|
// For car insurance
|
||||||
|
NumberOfSeatsCarOccupantAccidentInsurance int `json:"numberOfSeatsCarOccupantAccidentInsurance"`
|
||||||
|
NumberOfSeats int `json:"numberOfSeats"`
|
||||||
|
NumberOfSeatsOrTonnageId string `json:"numberOfSeatsOrTonnageId"`
|
||||||
|
NumberOfSeatsOrTonnageName string `json:"numberOfSeatsOrTonnageName"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// OutboundRequestItem ...
|
// OutboundRequestItem ...
|
||||||
|
|
Loading…
Reference in New Issue