class Stripe::ConfirmationTokensApi

Defined in:

stripe/api/confirmation_tokens_api.cr

Constant Summary

GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN_MAX_LENGTH_FOR_CONFIRMATION_TOKEN = 5000

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : Stripe::ApiClient = ApiClient.default) #

[View source]

Instance Method Detail

def api_client : ApiClient #

[View source]
def api_client=(api_client : ApiClient) #

[View source]
def 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


[View source]
def client_side_validation?(*args, **options) #

[View source]
def client_side_validation?(*args, **options, &) #

[View source]
def debugging?(*args, **options) #

[View source]
def debugging?(*args, **options, &) #

[View source]
def 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. @return [Stripe::ConfirmationToken]

[View source]
def 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. @return nil


[View source]
def 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. @return [Tuple(Stripe::ConfirmationToken, Integer, Hash)] Stripe::ConfirmationToken, response status code and response headers


[View source]