Uses of Class
travel.wink.affiliate.model.Invoice
Packages that use Invoice
-
Uses of Invoice in travel.wink.affiliate.api
Methods in travel.wink.affiliate.api that return types with arguments of type InvoiceModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Invoice>InvoiceApi.showUpcomingInvoiceForCompanyCustomer(String companyIdentifier, String accept) Show Upcoming Invoice Retrieve upcoming invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Invoice>>InvoiceApi.showUpcomingInvoiceForCompanyCustomerWithHttpInfo(String companyIdentifier, String accept) -
Uses of Invoice in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return InvoiceModifier and TypeMethodDescriptionInvoice.accountCountry(String accountCountry) Invoice.accountName(String accountName) Invoice.addCustomerTaxIdsItem(CustomerTaxId customerTaxIdsItem) Invoice.addDefaultTaxRatesItem(TaxRate defaultTaxRatesItem) Invoice.addTotalTaxAmountsItem(TaxAmount totalTaxAmountsItem) Invoice.amountPaid(Long amountPaid) Invoice.amountRemaining(Long amountRemaining) Invoice.applicationFeeAmount(Long applicationFeeAmount) Invoice.attemptCount(Long attemptCount) Invoice.autoAdvance(Boolean autoAdvance) Invoice.billingReason(String billingReason) Invoice.collectionMethod(String collectionMethod) Invoice.customerAddress(Address customerAddress) Invoice.customerEmail(String customerEmail) Invoice.customerName(String customerName) Invoice.customerPhone(String customerPhone) Invoice.customerShipping(ShippingDetails customerShipping) Invoice.customerTaxExempt(String customerTaxExempt) Invoice.customerTaxIds(List<CustomerTaxId> customerTaxIds) Invoice.defaultTaxRates(List<TaxRate> defaultTaxRates) Invoice.description(String description) Invoice.endingBalance(Long endingBalance) Invoice.hostedInvoiceUrl(String hostedInvoiceUrl) Invoice.invoicePdf(String invoicePdf) Invoice.lines(InvoiceLineItemCollection lines) Invoice.nextPaymentAttempt(Long nextPaymentAttempt) Invoice.periodStart(Long periodStart) Invoice.postPaymentCreditNotesAmount(Long postPaymentCreditNotesAmount) Invoice.prePaymentCreditNotesAmount(Long prePaymentCreditNotesAmount) Invoice.putMetadataItem(String key, String metadataItem) Invoice.receiptNumber(String receiptNumber) Invoice.startingBalance(Long startingBalance) Invoice.statementDescriptor(String statementDescriptor) Invoice.statusTransitions(StatusTransitions statusTransitions) Invoice.subscriptionProrationDate(Long subscriptionProrationDate) Invoice.thresholdReason(ThresholdReason thresholdReason) Invoice.totalTaxAmounts(List<TaxAmount> totalTaxAmounts) Invoice.transferData(Object transferData) Invoice.webhooksDeliveredAt(Long webhooksDeliveredAt) Methods in travel.wink.affiliate.model that return types with arguments of type InvoiceMethods in travel.wink.affiliate.model with parameters of type InvoiceMethod parameters in travel.wink.affiliate.model with type arguments of type Invoice