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)SubMerchantInfoSubMerchantInfo. amount(Amount amount)SubMerchantInfoSubMerchantInfo. email(String email)static SubMerchantInfoSubMerchantInfo. fromJson(String jsonString)Create an instance of SubMerchantInfo given an JSON stringSubMerchantInfoSubMerchantInfo. id(String id)SubMerchantInfoSubMerchantInfo. mcc(String mcc)SubMerchantInfoSubMerchantInfo. name(String name)SubMerchantInfoSubMerchantInfo. phoneNumber(String phoneNumber)SubMerchantInfoSubMerchantInfo. registeredSince(String registeredSince)SubMerchantInfoSubMerchantInfo. taxId(String taxId)SubMerchantInfoSubMerchantInfo. url(String url)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.Methods in com.adyen.model.checkout with parameters of type SubMerchantInfo Modifier and Type Method Description PaymentCaptureRequestPaymentCaptureRequest. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)PaymentCaptureResponsePaymentCaptureResponse. 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.PaymentCaptureRequestPaymentCaptureRequest. subMerchants(List<SubMerchantInfo> subMerchants)PaymentCaptureResponsePaymentCaptureResponse. subMerchants(List<SubMerchantInfo> subMerchants)
-