Zuora 360
This reference provides a detailed list of custom objects in Zuora 360, including their API names and descriptions.
|
Object Name |
API Name |
Description |
|---|---|---|
|
Billing Account |
Zuora__CustomerAccount__c |
Zuora Billing Account object. An account is a customer account that collects all of the critical information about the customer, such as contact information, payment terms, and payment methods. You can use a customer account to track subscriptions, amendments, and transactions, such as invoices and payments. |
|
Billing Entity |
zqu__BillingEntity__c |
Represents an entity. This object is supported when the Multi-entity setting is enabled in you tenant. |
|
Invoice |
Zuora__ZInvoice__c |
Invoices are bills that you send to customers. |
|
Invoice Payment |
Zuora__PaymentInvoice__c |
An Invoice Payment is a mechanism to tie a payment to an invoice and indicate how much of the payment to apply to the invoice. PaymentInvoice has Master-Detail relationship to Payment object and Lookup relationship to Invoice. |
|
Payment |
Zuora__Payment__c |
A payment is the money that customers send to pay for charges related to their subscriptions. The Payment object holds all of the information about an individual payment, including the payment amount and to which invoices the payment is applied. |
|
Payment Gateway |
Zuora__PaymentGateway__c |
Gateway used for processing electronic payments and refunds. |
|
Payment Method |
Zuora__PaymentMethod__c |
Payment Method contains information on how the contact pays for the account. In order to activate an account, you need to create a payment method. |
|
Payment Term |
Zuora__PaymentTerm__c |
Indicates when payment on the invoice balance is due. |
|
Refund |
Zuora__Refund__c |
The Refund object is used to create and query refunds. Note that refunds imply that money has been returned to customers. You should use adjustments (credit memos) if you are issuing credit to customers, but are not returning funds to a customer. |
|
Refund Invoice Payment |
Zuora__RefundInvoicePayment__c |
Refund Invoice Payment Object represents the relation table between Refund and Invoice Payment object. This object would have Master Details relation between Refund and RefundInvoicePayment and reference relation between InvoicePayment and RefundInvoicePayment. |
|
Subscription |
Zuora__Subscription__c |
A subscription is a product or service that has recurring charges, such as a monthly flat fee or charges based on usage. Subscriptions can also include one-time charges, such as activation fees. |
|
Subscription Product Feature |
Zuora__SubscriptionProductFeature__c |
A subscription product feature is used to query the feature under the subscription's rate plan. |
|
Subscription Rate Plan |
Zuora__SubscriptionRatePlan__c |
A rate plan represents a price or a collection of prices for a service you sell. |
|
Subscription Rate Plan Charge Tier |
Zuora__SubscriptionRatePlanChargeTier__c |
A product rate plan charge tier holds the prices for a product rate plan charge. Each product rate plan charge has at least one tier associated with it. |
|
Unit Of Measure |
Zuora__UnitOfMeasure__c |
A unit that you measure when determining charges. |