Uses of Class
travel.wink.sdk.extranet.model.InvoiceSupplier
Packages that use InvoiceSupplier
-
Uses of InvoiceSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return InvoiceSupplierModifier and TypeMethodDescriptionInvoiceSupplier.accountCountry(String accountCountry) InvoiceSupplier.accountName(String accountName) InvoiceSupplier.addCustomerTaxIdsItem(CustomerTaxIdSupplier customerTaxIdsItem) InvoiceSupplier.addDefaultTaxRatesItem(TaxRateSupplier defaultTaxRatesItem) InvoiceSupplier.addTotalTaxAmountsItem(TotalTaxAmountSupplier totalTaxAmountsItem) InvoiceSupplier.amountPaid(Long amountPaid) InvoiceSupplier.amountRemaining(Long amountRemaining) InvoiceSupplier.applicationFeeAmount(Long applicationFeeAmount) InvoiceSupplier.attemptCount(Long attemptCount) InvoiceSupplier.autoAdvance(Boolean autoAdvance) InvoiceSupplier.billingReason(String billingReason) InvoiceSupplier.collectionMethod(String collectionMethod) InvoiceSupplier.customerAddress(AddressSupplier customerAddress) InvoiceSupplier.customerEmail(String customerEmail) InvoiceSupplier.customerName(String customerName) InvoiceSupplier.customerPhone(String customerPhone) InvoiceSupplier.customerShipping(ShippingDetailsSupplier customerShipping) InvoiceSupplier.customerTaxExempt(String customerTaxExempt) InvoiceSupplier.customerTaxIds(List<CustomerTaxIdSupplier> customerTaxIds) InvoiceSupplier.defaultTaxRates(List<TaxRateSupplier> defaultTaxRates) InvoiceSupplier.description(String description) InvoiceSupplier.discount(DiscountSupplier discount) InvoiceSupplier.endingBalance(Long endingBalance) InvoiceSupplier.hostedInvoiceUrl(String hostedInvoiceUrl) InvoiceSupplier.invoicePdf(String invoicePdf) InvoiceSupplier.lines(InvoiceLineItemCollectionSupplier lines) InvoiceSupplier.nextPaymentAttempt(Long nextPaymentAttempt) InvoiceSupplier.periodStart(Long periodStart) InvoiceSupplier.postPaymentCreditNotesAmount(Long postPaymentCreditNotesAmount) InvoiceSupplier.prePaymentCreditNotesAmount(Long prePaymentCreditNotesAmount) InvoiceSupplier.putMetadataItem(String key, String metadataItem) InvoiceSupplier.receiptNumber(String receiptNumber) InvoiceSupplier.startingBalance(Long startingBalance) InvoiceSupplier.statementDescriptor(String statementDescriptor) InvoiceSupplier.statusTransitions(StatusTransitionsSupplier statusTransitions) InvoiceSupplier.subscriptionProrationDate(Long subscriptionProrationDate) InvoiceSupplier.thresholdReason(ThresholdReasonSupplier thresholdReason) InvoiceSupplier.totalTaxAmounts(List<TotalTaxAmountSupplier> totalTaxAmounts) InvoiceSupplier.transferData(Object transferData) InvoiceSupplier.webhooksDeliveredAt(Long webhooksDeliveredAt) Methods in travel.wink.sdk.extranet.model that return types with arguments of type InvoiceSupplierModifier and TypeMethodDescription@Valid List<InvoiceSupplier> InvoiceCollectionSupplier.getData()Get dataMethods in travel.wink.sdk.extranet.model with parameters of type InvoiceSupplierModifier and TypeMethodDescriptionInvoiceCollectionSupplier.addDataItem(InvoiceSupplier dataItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type InvoiceSupplierModifier and TypeMethodDescriptionInvoiceCollectionSupplier.data(List<InvoiceSupplier> data) voidInvoiceCollectionSupplier.setData(List<InvoiceSupplier> data)