Uses of Class
com.adyen.model.legalentitymanagement.SetTaxElectronicDeliveryConsentRequest
-
Packages that use SetTaxElectronicDeliveryConsentRequest Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of SetTaxElectronicDeliveryConsentRequest in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return SetTaxElectronicDeliveryConsentRequest Modifier and Type Method Description static SetTaxElectronicDeliveryConsentRequestSetTaxElectronicDeliveryConsentRequest. fromJson(String jsonString)Create an instance of SetTaxElectronicDeliveryConsentRequest given an JSON stringSetTaxElectronicDeliveryConsentRequestSetTaxElectronicDeliveryConsentRequest. us1099k(Boolean us1099k)Consent to electronically deliver tax form US1099-K. -
Uses of SetTaxElectronicDeliveryConsentRequest in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement with parameters of type SetTaxElectronicDeliveryConsentRequest Modifier and Type Method Description voidTaxEDeliveryConsentApi. setConsentStatusForElectronicDeliveryOfTaxForms(String id, SetTaxElectronicDeliveryConsentRequest setTaxElectronicDeliveryConsentRequest)Set the consent status for electronic delivery of tax formsvoidTaxEDeliveryConsentApi. setConsentStatusForElectronicDeliveryOfTaxForms(String id, SetTaxElectronicDeliveryConsentRequest setTaxElectronicDeliveryConsentRequest, RequestOptions requestOptions)Set the consent status for electronic delivery of tax forms
-