pub struct PaymentMethodNaverPay {
pub buyer_id: Option<String>,
pub funding: PaymentMethodNaverPayFunding,
}
Fields§
§buyer_id: Option<String>
Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.
funding: PaymentMethodNaverPayFunding
Whether to fund this transaction with Naver Pay points or a card.
Trait Implementations§
Source§fn clone(&self) -> PaymentMethodNaverPay
fn clone(&self) -> PaymentMethodNaverPay
Returns a duplicate 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 morefn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
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