Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PaymentMethodType
Packages that use PaymentMethodType
Package
Description
-
Uses of PaymentMethodType in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethod
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethod with parameters of type PaymentMethodTypeModifier and TypeMethodDescriptionvoidPaymentMethodDetailsAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) voidPaymentMethodIdAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) voidPaymentMethodPreferredAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) voidPaymentMethodValidForAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) voidPaymentMethodAtTypeAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodDetailsAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodHrefAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodIdAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodPreferredAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRelatedPartyAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodStatusAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodTypeAccountAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodTypeNameAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodValidForAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentMethodType in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type PaymentMethodTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentMethodType>PaymentMethodApi.createPaymentMethod(@Valid PaymentMethodType paymentMethod) org.springframework.http.ResponseEntity<List<PaymentMethodType>>PaymentMethodApi.retrievePaymentMethods(@Valid String type, @Valid String baseSiteId, @Valid String bankAccountPeriodBIC, @Valid String bankAccountPeriodaccountNumber, @Valid String bankAccountPeriodbank, @Valid String bankCardPeriodcardNumber, @Valid String bankCardPeriodnameOnCard, @Valid String bankCardPeriodtype, @Valid String checkPeriodcheckId, @Valid String checkPeriodbank, @Valid String relatedPartyPeriodid, @Valid String relatedPartyPeriodtype, @Valid String loyaltyAccount, @Valid String digitalWalletPeriodservice, @Valid String digitalWalletPeriodid, @Valid String bucket, @Valid String voucherPeriodid, @Valid String voucherPeriodcode, @Valid String fields, @Valid Integer limit, @Valid Integer offset) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api with parameters of type PaymentMethodTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentMethodType>PaymentMethodApi.createPaymentMethod(@Valid PaymentMethodType paymentMethod) -
Uses of PaymentMethodType in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type PaymentMethodTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentMethodType>TmaPaymentMethodApiController.createPaymentMethod(@Valid PaymentMethodType paymentMethod) org.springframework.http.ResponseEntity<List<PaymentMethodType>>TmaPaymentMethodApiController.retrievePaymentMethods(@Valid String type, @Valid String baseSiteId, @Valid String bankAccountPeriodBIC, @Valid String bankAccountPeriodaccountNumber, @Valid String bankAccountPeriodbank, @Valid String bankCardPeriodcardNumber, @Valid String bankCardPeriodnameOnCard, @Valid String bankCardPeriodtype, @Valid String checkPeriodcheckId, @Valid String checkPeriodbank, @Valid String relatedPartyId, @Valid String relatedPartyPeriodtype, @Valid String loyaltyAccount, @Valid String digitalWalletPeriodservice, @Valid String digitalWalletPeriodid, @Valid String bucket, @Valid String voucherPeriodid, @Valid String voucherPeriodcode, @Valid String fields, @Valid Integer limit, @Valid Integer offset) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with parameters of type PaymentMethodTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaymentMethodType>TmaPaymentMethodApiController.createPaymentMethod(@Valid PaymentMethodType paymentMethod) -
Uses of PaymentMethodType in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PaymentMethodTypeModifier and TypeMethodDescriptionPaymentMethodType.account(List<AccountRefType> account) PaymentMethodType.addAccountItem(AccountRefType accountItem) PaymentMethodType.attype(PaymentMethodType.AttypeEnum attype) PaymentMethodType.authorizationCode(String authorizationCode) PaymentMethodType.description(String description) PaymentMethodType.details(CreditCardType details) PaymentMethodType.relatedParty(RelatedPartyRefType relatedParty) PaymentMethodType.statusDate(Date statusDate) PaymentMethodType.statusReason(String statusReason) PaymentMethodType.validFor(TimePeriodType validFor)