Struct squareup::models::ChangeBillingAnchorDateResponse
source · pub struct ChangeBillingAnchorDateResponse {
pub errors: Option<Vec<Error>>,
pub subscription: Option<Subscription>,
pub actions: Option<Vec<SubscriptionAction>>,
}Expand description
This is a model struct for the ChangeBillingAnchorDateResponse type.
Fields§
§errors: Option<Vec<Error>>Errors encountered during the request.
subscription: Option<Subscription>The specified subscription for updating billing anchor date.
actions: Option<Vec<SubscriptionAction>>A list of a single billing anchor date change for the subscription.
Trait Implementations§
source§impl Clone for ChangeBillingAnchorDateResponse
impl Clone for ChangeBillingAnchorDateResponse
source§fn clone(&self) -> ChangeBillingAnchorDateResponse
fn clone(&self) -> ChangeBillingAnchorDateResponse
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 Default for ChangeBillingAnchorDateResponse
impl Default for ChangeBillingAnchorDateResponse
source§fn default() -> ChangeBillingAnchorDateResponse
fn default() -> ChangeBillingAnchorDateResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChangeBillingAnchorDateResponse
impl<'de> Deserialize<'de> for ChangeBillingAnchorDateResponse
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
source§impl PartialEq for ChangeBillingAnchorDateResponse
impl PartialEq for ChangeBillingAnchorDateResponse
source§fn eq(&self, other: &ChangeBillingAnchorDateResponse) -> bool
fn eq(&self, other: &ChangeBillingAnchorDateResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ChangeBillingAnchorDateResponse
impl StructuralPartialEq for ChangeBillingAnchorDateResponse
Auto Trait Implementations§
impl RefUnwindSafe for ChangeBillingAnchorDateResponse
impl Send for ChangeBillingAnchorDateResponse
impl Sync for ChangeBillingAnchorDateResponse
impl Unpin for ChangeBillingAnchorDateResponse
impl UnwindSafe for ChangeBillingAnchorDateResponse
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.