pub type CardTransactionResponse = ResponseRoot<TransactionResponseWrapper<TransactionResponse>>;Aliased Type§
pub struct CardTransactionResponse {
pub message_response: ResponseMessage,
pub data_response: TransactionResponseWrapper<TransactionResponse>,
}Fields§
§message_response: ResponseMessage§data_response: TransactionResponseWrapper<TransactionResponse>