ConsentStatusResult
Status of a consenter's acceptance for a scope, plus the optional current terms. Mirrors com.appdirect.payment.consent.ConsentStatusResult.
This page contains
Fields
| status: ConsentStatus! PREVIEW | Acceptance status. |
| currentTerms: ConsentTerms PREVIEW | Current published terms in the requested locale when known; null when no version is published for that locale (including AppTerms cascade fallback to another locale). |
| lastAcceptedVersionId: String | Provider version id of the consenter's most recent acceptance, if any. |
| lastAcceptedVersionLabel: String | Version label of the consenter's most recent acceptance, if any. |
| lastAcceptedAt: DateTime | Timestamp of the consenter's most recent acceptance, if any. |
| lastAcceptedLocale: String | Locale of the consenter's most recent acceptance, if any. |