Accounting Extension These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • InvoiceCreatePaymentRequest

Constructors

Properties

amountPaid: number

The amount that this payment is for.

currencyCode: string

The ISO 4217 currency code that represents the currency of the payment.

externalPaymentId: string

The id of this payment in the external accounting system.

paymentDateTime: Date

The datetime that this payment was received.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc