Struct google_api_proto::google::cloud::paymentgateway::issuerswitch::v1::CaseDetails
source · pub struct CaseDetails {
pub original_transaction: Option<OriginalTransaction>,
pub transaction_sub_type: i32,
pub amount: Option<Money>,
pub original_settlement_response_code: String,
pub current_cycle: bool,
}
Expand description
Details of the complaint or dispute.
Fields§
§original_transaction: Option<OriginalTransaction>
Required. Details of original transaction.
transaction_sub_type: i32
Required. Initiator of the complaint / dispute.
amount: Option<Money>
Required. The adjustment amount in URCS for the complaint / dispute. This
maps to reqAdjAmount
in complaint request.
original_settlement_response_code: String
The original response code which has been updated in the complaint Response. This should map to settlement response code currently available in URCS system.
current_cycle: bool
Required. Set to true if the complaint / dispute belongs to current settlement cycle, false otherwise.
Implementations§
source§impl CaseDetails
impl CaseDetails
sourcepub fn transaction_sub_type(&self) -> TransactionSubType
pub fn transaction_sub_type(&self) -> TransactionSubType
Returns the enum value of transaction_sub_type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_transaction_sub_type(&mut self, value: TransactionSubType)
pub fn set_transaction_sub_type(&mut self, value: TransactionSubType)
Sets transaction_sub_type
to the provided enum value.
Trait Implementations§
source§impl Clone for CaseDetails
impl Clone for CaseDetails
source§fn clone(&self) -> CaseDetails
fn clone(&self) -> CaseDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CaseDetails
impl Debug for CaseDetails
source§impl Default for CaseDetails
impl Default for CaseDetails
source§impl Message for CaseDetails
impl Message for CaseDetails
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message to a newly allocated buffer.
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self
.source§impl PartialEq for CaseDetails
impl PartialEq for CaseDetails
source§fn eq(&self, other: &CaseDetails) -> bool
fn eq(&self, other: &CaseDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CaseDetails
Auto Trait Implementations§
impl Freeze for CaseDetails
impl RefUnwindSafe for CaseDetails
impl Send for CaseDetails
impl Sync for CaseDetails
impl Unpin for CaseDetails
impl UnwindSafe for CaseDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request