Uses of Class
com.adyen.model.Name
-
Packages that use Name Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.marketpay com.adyen.model.payout com.adyen.model.recurring -
-
Uses of Name in com.adyen.model
Methods in com.adyen.model that return Name Modifier and Type Method Description NameName. firstName(String firstName)NameName. gender(Name.GenderEnum gender)NameAbstractPaymentRequest. getShopperName()the name of the shopperNameName. infix(String infix)NameName. lastName(String lastName)Methods in com.adyen.model with parameters of type Name Modifier and Type Method Description voidAbstractPaymentRequest. setShopperName(Name shopperName)TAbstractPaymentRequest. shopperName(Name shopperName) -
Uses of Name in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Name Modifier and Type Method Description NameCreateCheckoutSessionRequest. getShopperName()Get shopperNameNameCreateCheckoutSessionResponse. getShopperName()Get shopperNameNameCreatePaymentLinkRequest. getShopperName()Get shopperNameNamePaymentLinkResource. getShopperName()Get shopperNameNamePaymentSessionRequest. getShopperName()NamePaymentsRequest. getShopperName()Get shopperNameMethods in com.adyen.model.checkout with parameters of type Name Modifier and Type Method Description voidCreateCheckoutSessionRequest. setShopperName(Name shopperName)voidCreateCheckoutSessionResponse. setShopperName(Name shopperName)voidCreatePaymentLinkRequest. setShopperName(Name shopperName)voidPaymentLinkResource. setShopperName(Name shopperName)voidPaymentSessionRequest. setShopperName(Name shopperName)voidPaymentsRequest. setShopperName(Name shopperName)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. shopperName(Name shopperName)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. shopperName(Name shopperName)CreatePaymentLinkRequestCreatePaymentLinkRequest. shopperName(Name shopperName)PaymentLinkResourcePaymentLinkResource. shopperName(Name shopperName)PaymentSessionRequestPaymentSessionRequest. shopperName(Name shopperName)PaymentsRequestPaymentsRequest. shopperName(Name shopperName) -
Uses of Name in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return Name Modifier and Type Method Description NameIndividualDetails. getName()thea account holder nameNameShareholderContact. getName()Get nameNameSignatoryContact. getName()Get nameMethods in com.adyen.model.marketpay with parameters of type Name Modifier and Type Method Description IndividualDetailsIndividualDetails. name(Name name)ShareholderContactShareholderContact. name(Name name)SignatoryContactSignatoryContact. name(Name name)voidIndividualDetails. setName(Name name)voidShareholderContact. setName(Name name)voidSignatoryContact. setName(Name name) -
Uses of Name in com.adyen.model.payout
Methods in com.adyen.model.payout that return Name Modifier and Type Method Description NameFundSource. getShopperName()Get shopperNameNamePayoutRequest. getShopperName()Get shopperNameNameStoreDetailAndSubmitRequest. getShopperName()NameStoreDetailRequest. getShopperName()NameSubmitRequest. getShopperName()Methods in com.adyen.model.payout with parameters of type Name Modifier and Type Method Description voidFundSource. setShopperName(Name shopperName)voidPayoutRequest. setShopperName(Name shopperName)voidStoreDetailAndSubmitRequest. setShopperName(Name shopperName)voidStoreDetailRequest. setShopperName(Name shopperName)voidSubmitRequest. setShopperName(Name shopperName)FundSourceFundSource. shopperName(Name shopperName)PayoutRequestPayoutRequest. shopperName(Name shopperName) -
Uses of Name in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return Name Modifier and Type Method Description NameRecurringDetail. getShopperName()Get shopperNameMethods in com.adyen.model.recurring with parameters of type Name Modifier and Type Method Description voidRecurringDetail. setShopperName(Name shopperName)RecurringDetailRecurringDetail. shopperName(Name shopperName)
-