class Stripe::ConfirmationTokensApi
- Stripe::ConfirmationTokensApi
- Reference
- Object
Defined in:
stripe/api/confirmation_tokens_api.crConstant Summary
-
GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN_MAX_LENGTH_FOR_CONFIRMATION_TOKEN =
5000
Constructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#build_api_request_for_get_confirmation_tokens_confirmation_token(*, confirmation_token : String | Nil = nil, expand : Array(Array(String)) | Nil = nil) : Crest::Request
@return Crest::Request
- #client_side_validation?(*args, **options)
- #client_side_validation?(*args, **options, &)
- #debugging?(*args, **options)
- #debugging?(*args, **options, &)
-
#get_confirmation_tokens_confirmation_token(*, confirmation_token : String | Nil = nil, expand : Array(Array(String)) | Nil = nil) : Stripe::ConfirmationToken
Retrieves an existing ConfirmationToken object
@required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. -
#get_confirmation_tokens_confirmation_token(*, confirmation_token : String | Nil = nil, expand : Array(Array(String)) | Nil = nil, &block : Crest::Response -> ) : Nil
<p>Retrieves an existing ConfirmationToken object</p> @required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded.
-
#get_confirmation_tokens_confirmation_token_with_http_info(*, confirmation_token : String | Nil = nil, expand : Array(Array(String)) | Nil = nil) : Tuple(Stripe::ConfirmationToken, Int32, Hash(String, Array(String) | String))
<p>Retrieves an existing ConfirmationToken object</p> @required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded.
Constructor Detail
Instance Method Detail
@return Crest::Request
Retrieves an existing ConfirmationToken object
@required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Stripe::ConfirmationToken]<p>Retrieves an existing ConfirmationToken object</p> @required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return nil
<p>Retrieves an existing ConfirmationToken object</p> @required @param confirmation_token [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Tuple(Stripe::ConfirmationToken, Integer, Hash)] Stripe::ConfirmationToken, response status code and response headers