PaymentMethodTypesSerializer

Serializer for PaymentMethodType enums. Future proofing for when there are new PaymentMethodType values from the server that are not yet in the SDK.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): List<PaymentMethodType>
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: List<PaymentMethodType>)