Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.AvsBilling
Packages that use AvsBilling
-
Uses of AvsBilling in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain that return AvsBillingModifier and TypeMethodDescriptionOrbitalCreatePaymentRequest.getAvsBilling()Captures details about the AVS billing address for this transaction.OrbitalCreatePaymentResponse.getAvsBilling()Captures details about the AVS billing address for this transaction.Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain with parameters of type AvsBillingModifier and TypeMethodDescriptionvoidOrbitalCreatePaymentRequest.setAvsBilling(AvsBilling avsBilling) Captures details about the AVS billing address for this transaction.voidOrbitalCreatePaymentResponse.setAvsBilling(AvsBilling avsBilling) Captures details about the AVS billing address for this transaction.