class Stripe::MandatesApi
- Stripe::MandatesApi
- Reference
- Object
Defined in:
stripe/api/mandates_api.crConstructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#build_api_request_for_get_mandates_mandate(*, mandate : 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_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. -
#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.
-
#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.
Constructor Detail
Instance Method Detail
@return Crest::Request
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]<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
<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