| Package | Description |
|---|---|
| com.adyen.model.payout |
| Modifier and Type | Method and Description |
|---|---|
static PayoutRequest.ShopperInteractionEnum |
PayoutRequest.ShopperInteractionEnum.fromValue(String text) |
PayoutRequest.ShopperInteractionEnum |
PayoutRequest.getShopperInteraction()
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
PayoutRequest.ShopperInteractionEnum |
PayoutRequest.ShopperInteractionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PayoutRequest.ShopperInteractionEnum |
PayoutRequest.ShopperInteractionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayoutRequest.ShopperInteractionEnum[] |
PayoutRequest.ShopperInteractionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayoutRequest.setShopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction) |
PayoutRequest |
PayoutRequest.shopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction) |
void |
PayoutRequest.ShopperInteractionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PayoutRequest.ShopperInteractionEnum enumeration) |
Copyright © 2022. All rights reserved.