pub struct PurchaseOptionTaxAndComplianceSettings {
pub withdrawal_right_type: Option<String>,
}Expand description
Details about taxation, Google Play policy and legal compliance for one-time product purchase options.
This type is not used in any activity, and only used as part of another schema.
Fields§
§withdrawal_right_type: Option<String>Optional. Digital content or service classification for products distributed to users in eligible regions. If unset, it defaults to WITHDRAWAL_RIGHT_DIGITAL_CONTENT. Refer to the Help Center article for more information.
Trait Implementations§
Source§impl Clone for PurchaseOptionTaxAndComplianceSettings
impl Clone for PurchaseOptionTaxAndComplianceSettings
Source§fn clone(&self) -> PurchaseOptionTaxAndComplianceSettings
fn clone(&self) -> PurchaseOptionTaxAndComplianceSettings
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 PurchaseOptionTaxAndComplianceSettings
impl Default for PurchaseOptionTaxAndComplianceSettings
Source§fn default() -> PurchaseOptionTaxAndComplianceSettings
fn default() -> PurchaseOptionTaxAndComplianceSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PurchaseOptionTaxAndComplianceSettings
impl<'de> Deserialize<'de> for PurchaseOptionTaxAndComplianceSettings
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
impl Part for PurchaseOptionTaxAndComplianceSettings
Auto Trait Implementations§
impl Freeze for PurchaseOptionTaxAndComplianceSettings
impl RefUnwindSafe for PurchaseOptionTaxAndComplianceSettings
impl Send for PurchaseOptionTaxAndComplianceSettings
impl Sync for PurchaseOptionTaxAndComplianceSettings
impl Unpin for PurchaseOptionTaxAndComplianceSettings
impl UnwindSafe for PurchaseOptionTaxAndComplianceSettings
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