Uses of Class
com.adyen.model.paymentsapp.PaymentsAppDto
-
Packages that use PaymentsAppDto Package Description com.adyen.model.paymentsapp -
-
Uses of PaymentsAppDto in com.adyen.model.paymentsapp
Methods in com.adyen.model.paymentsapp that return PaymentsAppDto Modifier and Type Method Description static PaymentsAppDtoPaymentsAppDto. fromJson(String jsonString)Create an instance of PaymentsAppDto given an JSON stringPaymentsAppDtoPaymentsAppDto. installationId(String installationId)The unique identifier of the Payments App instance.PaymentsAppDtoPaymentsAppDto. merchantAccountCode(String merchantAccountCode)The account code associated with the Payments App instance.PaymentsAppDtoPaymentsAppDto. merchantStoreCode(String merchantStoreCode)The store code associated with the Payments App instance.PaymentsAppDtoPaymentsAppDto. status(String status)The status of the Payments App instance.Methods in com.adyen.model.paymentsapp that return types with arguments of type PaymentsAppDto Modifier and Type Method Description List<PaymentsAppDto>PaymentsAppResponse. getPaymentsApps()List of Payments Apps.Methods in com.adyen.model.paymentsapp with parameters of type PaymentsAppDto Modifier and Type Method Description PaymentsAppResponsePaymentsAppResponse. addPaymentsAppsItem(PaymentsAppDto paymentsAppsItem)Method parameters in com.adyen.model.paymentsapp with type arguments of type PaymentsAppDto Modifier and Type Method Description PaymentsAppResponsePaymentsAppResponse. paymentsApps(List<PaymentsAppDto> paymentsApps)List of Payments Apps.voidPaymentsAppResponse. setPaymentsApps(List<PaymentsAppDto> paymentsApps)List of Payments Apps.
-