Change type of Identity.VerificationSession.type from nullable(enum('document'|'id_number')) to enum('document'|'id_number')
Add resources Application, ConnectCollectionTransfer, PlatformTaxFee, ReserveTransaction, SourceMandateNotification, and TaxDeductedAtSource. These classes have no methods on them, and are used to provide more complete types for PHPDocs.
Codegen for openapi v855.
Changelog
Identity.VerificationSession.type
fromnullable(enum('document'|'id_number'))
toenum('document'|'id_number')
Application
,ConnectCollectionTransfer
,PlatformTaxFee
,ReserveTransaction
,SourceMandateNotification
, andTaxDeductedAtSource
. These classes have no methods on them, and are used to provide more complete types for PHPDocs.