class Stripe::MandatesApi

Defined in:

stripe/api/mandates_api.cr

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_mandates_mandate(*, mandate : 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_mandates_mandate(*, mandate : String | Nil = nil, expand : Array(Array(String)) | Nil = nil) : Stripe::Mandate #

Retrieves a Mandate object.

@required @param mandate [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Stripe::Mandate]

[View source]
def get_mandates_mandate(*, mandate : String | Nil = nil, expand : Array(Array(String)) | Nil = nil, &block : Crest::Response -> ) : Nil #

<p>Retrieves a Mandate object.</p> @required @param mandate [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return nil


[View source]
def get_mandates_mandate_with_http_info(*, mandate : String | Nil = nil, expand : Array(Array(String)) | Nil = nil) : Tuple(Stripe::Mandate, Int32, Hash(String, Array(String) | String)) #

<p>Retrieves a Mandate object.</p> @required @param mandate [String?] @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Tuple(Stripe::Mandate, Integer, Hash)] Stripe::Mandate, response status code and response headers


[View source]