#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Offering
Implementations
The ID that corresponds to a device offering.
The ID that corresponds to a device offering.
A string that describes the offering.
A string that describes the offering.
The type of offering (for example, RECURRING) for a device.
The type of offering (for example, RECURRING) for a device.
The platform of the device (for example, ANDROID or IOS).
The platform of the device (for example, ANDROID or IOS).
Appends an item to recurring_charges.
To override the contents of this collection use set_recurring_charges.
Specifies whether there are recurring charges for the offering.
Specifies whether there are recurring charges for the offering.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more