Uses of Class
de.hybris.platform.payment.dto.BillingInfo
Packages that use BillingInfo
Package
Description
-
Uses of BillingInfo in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with parameters of type BillingInfoModifier and TypeMethodDescriptionCustomerAccountService.createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, String titleCode, String paymentProvider, boolean saveInAccount) Creates a payment subscription using specifiedpaymentProvider. -
Uses of BillingInfo in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type BillingInfoModifier and TypeMethodDescriptionDefaultCustomerAccountService.createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, String titleCode, String paymentProvider, boolean saveInAccount) -
Uses of BillingInfo in de.hybris.platform.payment
Methods in de.hybris.platform.payment with parameters of type BillingInfoModifier and TypeMethodDescriptionPaymentService.getSubscriptionData(String merchantTransactionCode, String subscriptionID, String paymentProvider, BillingInfo billingInfo, CardInfo card) Gets the stored card info or payment address -
Uses of BillingInfo in de.hybris.platform.payment.commands.request
Methods in de.hybris.platform.payment.commands.request that return BillingInfoModifier and TypeMethodDescriptionCreateSubscriptionRequest.getBillingInfo()UpdateSubscriptionRequest.getBillingInfo()StandaloneRefundRequest.getBillTo()AuthorizationRequest.getShippingInfo()SubscriptionAuthorizationRequest.getShippingInfo()Constructors in de.hybris.platform.payment.commands.request with parameters of type BillingInfoModifierConstructorDescriptionAuthorizationRequest(String merchantTransactionCode, CardInfo card, Currency currency, BigDecimal totalAmount, BillingInfo shippingInfo) An authorized request, where missing data is filled by the payment provider from a previous txn.CreateSubscriptionRequest(String merchantTransactionCode, BillingInfo billingInfo, Currency currency, CardInfo card, String requestId, String requestToken, String paymentProvider) StandaloneRefundRequest(String merchantTransactionCode, BillingInfo billTo, CardInfo card, Currency currency, BigDecimal totalAmount) Constructs a simple requestStandaloneRefundRequest(String merchantTransactionCode, String subscriptionID, BillingInfo billTo, CardInfo card, Currency currency, BigDecimal totalAmount) Constructs request, where missing data is filled by the payment provider from a previous txn.StandaloneRefundRequest(String merchantTransactionCode, String subscriptionID, BillingInfo billTo, CardInfo card, Currency currency, BigDecimal totalAmount, String paymentProvider) Constructs requestSubscriptionAuthorizationRequest(String merchantTransactionCode, String subscriptionID, Currency currency, BigDecimal totalAmount, BillingInfo shippingInfo, String paymentProvider) SubscriptionAuthorizationRequest(String merchantTransactionCode, String subscriptionID, Currency currency, BigDecimal totalAmount, BillingInfo shippingInfo, String cv2, String paymentProvider) An authorized request, where missing data is filled by the payment provider from a previous txn.UpdateSubscriptionRequest(String merchantTransactionCode, String subscriptionID, String paymentProvider, BillingInfo billingInfo, CardInfo card) -
Uses of BillingInfo in de.hybris.platform.payment.commands.result
Methods in de.hybris.platform.payment.commands.result that return BillingInfoMethods in de.hybris.platform.payment.commands.result with parameters of type BillingInfoModifier and TypeMethodDescriptionvoidSubscriptionDataResult.setBillingInfo(BillingInfo billingInfo) -
Uses of BillingInfo in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return BillingInfoMethods in de.hybris.platform.payment.dto with parameters of type BillingInfoModifier and TypeMethodDescriptionvoidBillingInfo.copy(BillingInfo orig) Copy the values from another objectvoidCardInfo.setBillingInfo(BillingInfo billingInfo) -
Uses of BillingInfo in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl that return BillingInfoModifier and TypeMethodDescriptionprotected BillingInfoDefaultPaymentServiceImpl.createBillingInfo(AddressModel address) address DTO 2 address DTOprotected BillingInfoDefaultPaymentServiceImpl.createBillingInfo(AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card) creates the billing info based on the assigned delivery address instance.Methods in de.hybris.platform.payment.impl with parameters of type BillingInfoModifier and TypeMethodDescriptionprotected PaymentTransactionEntryModelDefaultPaymentServiceImpl.authorizeInternal(PaymentTransactionModel transaction, BigDecimal amount, Currency currency, BillingInfo shippingInfo, CardInfo card, String subscriptionID, String cv2, String paymentProvider) ...DefaultPaymentServiceImpl.getSubscriptionData(String merchantTransactionCode, String subscriptionID, String paymentProvider, BillingInfo billingInfo, CardInfo card) -
Uses of BillingInfo in de.hybris.platform.yacceleratortest.orders
Methods in de.hybris.platform.yacceleratortest.orders that return BillingInfoModifier and TypeMethodDescriptionprotected BillingInfoAcceleratorTestOrderData.createGermanyBillingInfo()protected BillingInfoAcceleratorTestOrderData.createUkBillingInfo()Methods in de.hybris.platform.yacceleratortest.orders with parameters of type BillingInfoModifier and TypeMethodDescriptionvoidAcceleratorTestOrderData.createPaymentInfo(String customerUid, String currencyIso, CardInfo cardInfo, BillingInfo billingInfo)