PaymentMethodUnionAdapter
JSON adapter for serializing a potentially expanded PaymentMethod into a union type.
Constructors
Functions
Link copied to clipboard
fun fromJson(jsonReader: JsonReader, delegate: JsonAdapter<PaymentMethod>): PaymentMethodUnion?
Content copied to clipboard
Link copied to clipboard
fun toJson(jsonWriter: JsonWriter, paymentMethod: PaymentMethodUnion?, delegate: JsonAdapter<PaymentMethod>)
Content copied to clipboard