pub struct PaymentLinksResourceSubscriptionDataInvoiceSettings {
pub issuer: ConnectAccountReference,
}
Available on crate feature
checkout
only.Fields§
§issuer: ConnectAccountReference
Trait Implementations§
Source§impl Clone for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Clone for PaymentLinksResourceSubscriptionDataInvoiceSettings
Source§fn clone(&self) -> PaymentLinksResourceSubscriptionDataInvoiceSettings
fn clone(&self) -> PaymentLinksResourceSubscriptionDataInvoiceSettings
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 moreSource§impl Default for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Default for PaymentLinksResourceSubscriptionDataInvoiceSettings
Source§fn default() -> PaymentLinksResourceSubscriptionDataInvoiceSettings
fn default() -> PaymentLinksResourceSubscriptionDataInvoiceSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl<'de> Deserialize<'de> for PaymentLinksResourceSubscriptionDataInvoiceSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl RefUnwindSafe for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Send for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Sync for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Unpin for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl UnwindSafe for PaymentLinksResourceSubscriptionDataInvoiceSettings
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