pub struct PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam {
pub image_url: Option<String>,
pub product_url: Option<String>,
pub reference: Option<String>,
pub subscription_reference: Option<String>,
}Fields§
§image_url: Option<String>URL to an image for the product. Max length, 4096 characters.
product_url: Option<String>URL to the product page. Max length, 4096 characters.
reference: Option<String>Unique reference for this line item to correlate it with your system’s internal records. The field is displayed in the Klarna Consumer App if passed.
subscription_reference: Option<String>Reference for the subscription this line item is for.
Implementations§
Trait Implementations§
Source§impl Clone for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl Clone for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
Source§fn clone(&self) -> PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
fn clone(&self) -> PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
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 moreAuto Trait Implementations§
impl Freeze for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl RefUnwindSafe for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl Send for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl Sync for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl Unpin for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
impl UnwindSafe for PaymentIntentAmountDetailsLineItemPaymentMethodOptionsParam
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