Struct fastly_api::apis::billing_address_api::GetBillingAddrParams
source · pub struct GetBillingAddrParams {
pub customer_id: String,
}Expand description
struct for passing parameters to the method get_billing_addr
Fields§
§customer_id: StringAlphanumeric string identifying the customer.
Trait Implementations§
source§impl Clone for GetBillingAddrParams
impl Clone for GetBillingAddrParams
source§fn clone(&self) -> GetBillingAddrParams
fn clone(&self) -> GetBillingAddrParams
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 Debug for GetBillingAddrParams
impl Debug for GetBillingAddrParams
source§impl Default for GetBillingAddrParams
impl Default for GetBillingAddrParams
source§fn default() -> GetBillingAddrParams
fn default() -> GetBillingAddrParams
Returns the “default value” for a type. Read more