Uses of Class
com.adyen.model.checkout.SubMerchantInfo
-
Packages that use SubMerchantInfo Package Description com.adyen.model.checkout -
-
Uses of SubMerchantInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return SubMerchantInfo Modifier and Type Method Description SubMerchantInfoSubMerchantInfo. address(BillingAddress address)addressSubMerchantInfoSubMerchantInfo. amount(Amount amount)amountSubMerchantInfoSubMerchantInfo. email(String email)Required for transactions performed by registered payment facilitators.static SubMerchantInfoSubMerchantInfo. fromJson(String jsonString)Create an instance of SubMerchantInfo given an JSON stringSubMerchantInfoSubMerchantInfo. id(String id)Required for transactions performed by registered payment facilitators.SubMerchantInfoSubMerchantInfo. mcc(String mcc)Required for transactions performed by registered payment facilitators.SubMerchantInfoSubMerchantInfo. name(String name)Required for transactions performed by registered payment facilitators.SubMerchantInfoSubMerchantInfo. phoneNumber(String phoneNumber)Required for transactions performed by registered payment facilitators.SubMerchantInfoSubMerchantInfo. registeredSince(String registeredSince)registeredSinceSubMerchantInfoSubMerchantInfo. taxId(String taxId)Required for transactions performed by registered payment facilitators.SubMerchantInfoSubMerchantInfo. url(String url)Required for transactions performed by registered payment facilitators.Methods in com.adyen.model.checkout that return types with arguments of type SubMerchantInfo Modifier and Type Method Description List<SubMerchantInfo>PaymentCaptureRequest. getSubMerchants()A List of sub-merchants.List<SubMerchantInfo>PaymentCaptureResponse. getSubMerchants()List of sub-merchants.List<SubMerchantInfo>PaymentRequest. getSubMerchants()This field contains additional information on the submerchant, who is onboarded to an acquirer through a payment facilitator or aggregatorMethods in com.adyen.model.checkout with parameters of type SubMerchantInfo Modifier and Type Method Description PaymentCaptureRequestPaymentCaptureRequest. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)PaymentCaptureResponsePaymentCaptureResponse. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)PaymentRequestPaymentRequest. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)Method parameters in com.adyen.model.checkout with type arguments of type SubMerchantInfo Modifier and Type Method Description voidPaymentCaptureRequest. setSubMerchants(List<SubMerchantInfo> subMerchants)A List of sub-merchants.voidPaymentCaptureResponse. setSubMerchants(List<SubMerchantInfo> subMerchants)List of sub-merchants.voidPaymentRequest. setSubMerchants(List<SubMerchantInfo> subMerchants)This field contains additional information on the submerchant, who is onboarded to an acquirer through a payment facilitator or aggregatorPaymentCaptureRequestPaymentCaptureRequest. subMerchants(List<SubMerchantInfo> subMerchants)A List of sub-merchants.PaymentCaptureResponsePaymentCaptureResponse. subMerchants(List<SubMerchantInfo> subMerchants)List of sub-merchants.PaymentRequestPaymentRequest. subMerchants(List<SubMerchantInfo> subMerchants)This field contains additional information on the submerchant, who is onboarded to an acquirer through a payment facilitator or aggregator
-