pub struct PostTokensV2VerifyExpressExecuteBuilder<'a> { /* private fields */ }Expand description
Additive request builder for postTokensV2VerifyExpressExecute.
Implementations§
Source§impl<'a> PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> PostTokensV2VerifyExpressExecuteBuilder<'a>
Sourcepub fn request(self, request: TokensV2VerificationExpressExecuteBody) -> Self
pub fn request(self, request: TokensV2VerificationExpressExecuteBody) -> Self
Replace the complete request body.
Sourcepub fn jup_output_amount(self, jup_output_amount: String) -> Self
pub fn jup_output_amount(self, jup_output_amount: String) -> Self
Set the optional request-body field jupOutputAmount.
Sourcepub fn payment_amount(self, payment_amount: String) -> Self
pub fn payment_amount(self, payment_amount: String) -> Self
Set the optional request-body field paymentAmount.
Sourcepub fn payment_currency(
self,
payment_currency: TokensV2VerificationPaymentCurrency,
) -> Self
pub fn payment_currency( self, payment_currency: TokensV2VerificationPaymentCurrency, ) -> Self
Set the optional request-body field paymentCurrency.
Sourcepub fn sender_twitter_handle(self, sender_twitter_handle: String) -> Self
pub fn sender_twitter_handle(self, sender_twitter_handle: String) -> Self
Set the optional request-body field senderTwitterHandle.
Sourcepub fn token_metadata(
self,
token_metadata: TokensV2VerificationTokenMetadataInput,
) -> Self
pub fn token_metadata( self, token_metadata: TokensV2VerificationTokenMetadataInput, ) -> Self
Set the optional request-body field tokenMetadata.
Sourcepub async fn send(
self,
) -> Result<TokensV2VerificationExpressExecuteResponse, ApiOpError<PostTokensV2VerifyExpressExecuteApiError>>
pub async fn send( self, ) -> Result<TokensV2VerificationExpressExecuteResponse, ApiOpError<PostTokensV2VerifyExpressExecuteApiError>>
Send the request through the existing flat operation method.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> !UnwindSafe for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> Freeze for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> Send for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> Sync for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> Unpin for PostTokensV2VerifyExpressExecuteBuilder<'a>
impl<'a> UnsafeUnpin for PostTokensV2VerifyExpressExecuteBuilder<'a>
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