Package com.adyen.model.checkout
Class CreatePaymentLinkRequest.RequiredShopperFieldsEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<CreatePaymentLinkRequest.RequiredShopperFieldsEnum>
-
- com.adyen.model.checkout.CreatePaymentLinkRequest.RequiredShopperFieldsEnum.Adapter
-
- Enclosing class:
- CreatePaymentLinkRequest.RequiredShopperFieldsEnum
public static class CreatePaymentLinkRequest.RequiredShopperFieldsEnum.Adapter extends com.google.gson.TypeAdapter<CreatePaymentLinkRequest.RequiredShopperFieldsEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatePaymentLinkRequest.RequiredShopperFieldsEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentLinkRequest.RequiredShopperFieldsEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentLinkRequest.RequiredShopperFieldsEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<CreatePaymentLinkRequest.RequiredShopperFieldsEnum>- Throws:
IOException
-
read
public CreatePaymentLinkRequest.RequiredShopperFieldsEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<CreatePaymentLinkRequest.RequiredShopperFieldsEnum>- Throws:
IOException
-
-