Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.07 KB

ApplicationResponse.md

File metadata and controls

17 lines (14 loc) · 1.07 KB

ApplicationResponse

Properties

Name Type Description Notes
id string Unique identifier in Skip Pay
state string Application state.
stateReason string Describes internal state of application, e.g. when state is PROCESSING - reason why application remains in processing state
customer \SkipPay\Model\CustomerResponse
order \SkipPay\Model\OrderResponse
type \SkipPay\Model\FinancingType
agreementTermsAndConditions bool Terms and conditions agreement
gatewayRedirectUrl string Gateway redirect URL. Redirect user to this URL if state is `PROCESSING` and stateReason is `PROCESSING_REDIRECT_NEEDED`.
recurrence \SkipPay\Model\RecurrenceObject [optional]

[Back to Model list] [Back to API list] [Back to README]