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