Uses of Class
travel.wink.sdk.affiliate.model.InvoiceAffiliate
Packages that use InvoiceAffiliate
-
Uses of InvoiceAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type InvoiceAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<InvoiceAffiliate>InvoiceApi.showUpcomingInvoiceForCompanyCustomer(String companyIdentifier, String winkVersion) Show Upcoming Invoice Retrieve upcoming invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceAffiliate>>InvoiceApi.showUpcomingInvoiceForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) Show Upcoming Invoice Retrieve upcoming invoice. -
Uses of InvoiceAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return InvoiceAffiliateModifier and TypeMethodDescriptionInvoiceAffiliate.accountCountry(String accountCountry) InvoiceAffiliate.accountName(String accountName) InvoiceAffiliate.addCustomerTaxIdsItem(CustomerTaxIdAffiliate customerTaxIdsItem) InvoiceAffiliate.addDefaultTaxRatesItem(TaxRateAffiliate defaultTaxRatesItem) InvoiceAffiliate.addTotalTaxAmountsItem(TotalTaxAmountAffiliate totalTaxAmountsItem) InvoiceAffiliate.amountPaid(Long amountPaid) InvoiceAffiliate.amountRemaining(Long amountRemaining) InvoiceAffiliate.applicationFeeAmount(Long applicationFeeAmount) InvoiceAffiliate.attemptCount(Long attemptCount) InvoiceAffiliate.autoAdvance(Boolean autoAdvance) InvoiceAffiliate.billingReason(String billingReason) InvoiceAffiliate.collectionMethod(String collectionMethod) InvoiceAffiliate.customerAddress(AddressAffiliate customerAddress) InvoiceAffiliate.customerEmail(String customerEmail) InvoiceAffiliate.customerName(String customerName) InvoiceAffiliate.customerPhone(String customerPhone) InvoiceAffiliate.customerShipping(ShippingDetailsAffiliate customerShipping) InvoiceAffiliate.customerTaxExempt(String customerTaxExempt) InvoiceAffiliate.customerTaxIds(List<CustomerTaxIdAffiliate> customerTaxIds) InvoiceAffiliate.defaultTaxRates(List<TaxRateAffiliate> defaultTaxRates) InvoiceAffiliate.description(String description) InvoiceAffiliate.discount(DiscountAffiliate discount) InvoiceAffiliate.endingBalance(Long endingBalance) InvoiceAffiliate.hostedInvoiceUrl(String hostedInvoiceUrl) InvoiceAffiliate.invoicePdf(String invoicePdf) InvoiceAffiliate.lines(InvoiceLineItemCollectionAffiliate lines) InvoiceAffiliate.nextPaymentAttempt(Long nextPaymentAttempt) InvoiceAffiliate.periodStart(Long periodStart) InvoiceAffiliate.postPaymentCreditNotesAmount(Long postPaymentCreditNotesAmount) InvoiceAffiliate.prePaymentCreditNotesAmount(Long prePaymentCreditNotesAmount) InvoiceAffiliate.putMetadataItem(String key, String metadataItem) InvoiceAffiliate.receiptNumber(String receiptNumber) InvoiceAffiliate.startingBalance(Long startingBalance) InvoiceAffiliate.statementDescriptor(String statementDescriptor) InvoiceAffiliate.statusTransitions(StatusTransitionsAffiliate statusTransitions) InvoiceAffiliate.subscriptionProrationDate(Long subscriptionProrationDate) InvoiceAffiliate.thresholdReason(ThresholdReasonAffiliate thresholdReason) InvoiceAffiliate.totalTaxAmounts(List<TotalTaxAmountAffiliate> totalTaxAmounts) InvoiceAffiliate.transferData(Object transferData) InvoiceAffiliate.webhooksDeliveredAt(Long webhooksDeliveredAt) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type InvoiceAffiliateModifier and TypeMethodDescription@Valid List<InvoiceAffiliate>InvoiceCollectionAffiliate.getData()Get dataMethods in travel.wink.sdk.affiliate.model with parameters of type InvoiceAffiliateModifier and TypeMethodDescriptionInvoiceCollectionAffiliate.addDataItem(InvoiceAffiliate dataItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type InvoiceAffiliateModifier and TypeMethodDescriptionInvoiceCollectionAffiliate.data(List<InvoiceAffiliate> data) voidInvoiceCollectionAffiliate.setData(List<InvoiceAffiliate> data)