Property | Type | Description | |
---|---|---|---|
$errorCode | string | The error code returned by Stripe. | |
$errorType | string | The error type returned by Stripe. | |
$missingParameter | string | The missing parameter returned by Stripe with the error. |
Method | Description | |
---|---|---|
getErrorCode ( ) : string | Returns the error type returned by Stripe. | |
getErrorType ( ) : string | Returns the error type returned by Stripe. | |
getMissingParameter ( ) : string | Returns missing parameter returned by Stripe with the error. | |
setErrorCode ( string $errorCode ) | Sets the error type returned by Stripe. | |
setErrorType ( string $errorType ) | Sets the error type returned by Stripe. | |
setMissingParameter ( string $missingParameter ) | Sets the missing parameter returned by Stripe with the error. |
public getErrorCode ( ) : string | ||
return | string |
public getErrorType ( ) : string | ||
return | string |
public getMissingParameter ( ) : string | ||
return | string |
public setErrorCode ( string $errorCode ) | ||
$errorCode | string |
public setErrorType ( string $errorType ) | ||
$errorType | string |
public setMissingParameter ( string $missingParameter ) | ||
$missingParameter | string |
protected string $errorCode | ||
return | string |
protected string $errorType | ||
return | string |
protected string $missingParameter | ||
return | string |