Uses of Class
de.hybris.platform.payment.dto.BillingInfo
-
-
Uses of BillingInfo in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with parameters of type BillingInfo Modifier and Type Method Description CreditCardPaymentInfoModelCustomerAccountService. createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, java.lang.String titleCode, java.lang.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 BillingInfo Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCustomerAccountService. createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, java.lang.String titleCode, java.lang.String paymentProvider, boolean saveInAccount) -
Uses of BillingInfo in de.hybris.platform.payment
Methods in de.hybris.platform.payment with parameters of type BillingInfo Modifier and Type Method Description PaymentTransactionEntryModelPaymentService. getSubscriptionData(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.lang.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 BillingInfo Modifier and Type Method Description BillingInfoCreateSubscriptionRequest. getBillingInfo()BillingInfoUpdateSubscriptionRequest. getBillingInfo()BillingInfoStandaloneRefundRequest. getBillTo()BillingInfoAuthorizationRequest. getShippingInfo()BillingInfoSubscriptionAuthorizationRequest. getShippingInfo()Constructors in de.hybris.platform.payment.commands.request with parameters of type BillingInfo Constructor Description AuthorizationRequest(java.lang.String merchantTransactionCode, CardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount, BillingInfo shippingInfo)An authorized request, where missing data is filled by the payment provider from a previous txn.CreateSubscriptionRequest(java.lang.String merchantTransactionCode, BillingInfo billingInfo, java.util.Currency currency, CardInfo card, java.lang.String requestId, java.lang.String requestToken, java.lang.String paymentProvider)StandaloneRefundRequest(java.lang.String merchantTransactionCode, BillingInfo billTo, CardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount)Constructs a simple requestStandaloneRefundRequest(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, BillingInfo billTo, CardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount)Constructs request, where missing data is filled by the payment provider from a previous txn.StandaloneRefundRequest(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, BillingInfo billTo, CardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount, java.lang.String paymentProvider)Constructs requestSubscriptionAuthorizationRequest(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.util.Currency currency, java.math.BigDecimal totalAmount, BillingInfo shippingInfo, java.lang.String paymentProvider)SubscriptionAuthorizationRequest(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.util.Currency currency, java.math.BigDecimal totalAmount, BillingInfo shippingInfo, java.lang.String cv2, java.lang.String paymentProvider)An authorized request, where missing data is filled by the payment provider from a previous txn.UpdateSubscriptionRequest(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.lang.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 BillingInfo Modifier and Type Method Description BillingInfoSubscriptionDataResult. getBillingInfo()Methods in de.hybris.platform.payment.commands.result with parameters of type BillingInfo Modifier and Type Method Description voidSubscriptionDataResult. setBillingInfo(BillingInfo billingInfo) -
Uses of BillingInfo in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return BillingInfo Modifier and Type Method Description BillingInfoCardInfo. getBillingInfo()Methods in de.hybris.platform.payment.dto with parameters of type BillingInfo Modifier and Type Method Description voidBillingInfo. 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 BillingInfo Modifier and Type Method Description protected 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 BillingInfo Modifier and Type Method Description protected PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorizeInternal(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, BillingInfo shippingInfo, CardInfo card, java.lang.String subscriptionID, java.lang.String cv2, java.lang.String paymentProvider)...PaymentTransactionEntryModelDefaultPaymentServiceImpl. getSubscriptionData(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.lang.String paymentProvider, BillingInfo billingInfo, CardInfo card) -
Uses of BillingInfo in de.hybris.platform.yacceleratortest.orders
Methods in de.hybris.platform.yacceleratortest.orders that return BillingInfo Modifier and Type Method Description protected BillingInfoAcceleratorTestOrderData. createGermanyBillingInfo()protected BillingInfoAcceleratorTestOrderData. createUkBillingInfo()Methods in de.hybris.platform.yacceleratortest.orders with parameters of type BillingInfo Modifier and Type Method Description voidAcceleratorTestOrderData. createPaymentInfo(java.lang.String customerUid, java.lang.String currencyIso, CardInfo cardInfo, BillingInfo billingInfo)
-