pub type SimulationResponse = ResponseRoot<SimulationResponseWrapper<PaymentTaxResponse>>;
Aliased Type§
pub struct SimulationResponse {
pub message_response: ResponseMessage,
pub data_response: SimulationResponseWrapper<PaymentTaxResponse>,
}
Fields§
§message_response: ResponseMessage
§data_response: SimulationResponseWrapper<PaymentTaxResponse>