pub struct CreateOnrampOrderBody { /* private fields */ }
Implementations§
Source§impl CreateOnrampOrderBody
impl CreateOnrampOrderBody
pub fn agreement_accepted_at<T>(self, value: T) -> Self
pub fn destination_address<T>(self, value: T) -> Self
pub fn destination_network<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn is_quote<T>(self, value: T) -> Self
pub fn partner_order_ref<T>(self, value: T) -> Self
pub fn partner_user_ref<T>(self, value: T) -> Self
pub fn payment_amount<T>(self, value: T) -> Self
pub fn payment_currency<T>(self, value: T) -> Self
pub fn payment_method<T>(self, value: T) -> Self
pub fn phone_number<T>(self, value: T) -> Self
pub fn phone_number_verified_at<T>(self, value: T) -> Self
pub fn purchase_amount<T>(self, value: T) -> Self
pub fn purchase_currency<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CreateOnrampOrderBody
impl Clone for CreateOnrampOrderBody
Source§fn clone(&self) -> CreateOnrampOrderBody
fn clone(&self) -> CreateOnrampOrderBody
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 Debug for CreateOnrampOrderBody
impl Debug for CreateOnrampOrderBody
Source§impl Default for CreateOnrampOrderBody
impl Default for CreateOnrampOrderBody
Source§impl From<CreateOnrampOrderBody> for CreateOnrampOrderBody
impl From<CreateOnrampOrderBody> for CreateOnrampOrderBody
Source§fn from(value: CreateOnrampOrderBody) -> Self
fn from(value: CreateOnrampOrderBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateOnrampOrderBody> for CreateOnrampOrderBody
impl TryFrom<CreateOnrampOrderBody> for CreateOnrampOrderBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateOnrampOrderBody) -> Result<Self, ConversionError>
fn try_from(value: CreateOnrampOrderBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateOnrampOrderBody
impl RefUnwindSafe for CreateOnrampOrderBody
impl Send for CreateOnrampOrderBody
impl Sync for CreateOnrampOrderBody
impl Unpin for CreateOnrampOrderBody
impl UnwindSafe for CreateOnrampOrderBody
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