Overview

Namespaces

  • Datadepo
    • Api
      • DataStores
      • Structures
      • Synchronizers

Classes

  • AbstractStructure
  • BusinessLine
  • BusinessSupplierLine
  • CategoryLine
  • DataLine
  • ImageLine
  • ParameterLine
  • PriceLine
  • RelatedLine
  • StoreLine
  • SupplierBankAccountLine
  • SupplierLine
  • SupplierPersonLine
  • VariantLine
  • Overview
  • Namespace
  • Class

Class SupplierBankAccountLine

Datadepo\Api\Structures\AbstractStructure
Extended by Datadepo\Api\Structures\SupplierBankAccountLine
Namespace: Datadepo\Api\Structures
Located at Api/Structures/Supplier/SupplierBankAccountLine.php
Methods summary
public
# __construct( array $data, integer $inId )

Parameters

$data
$inId

Overrides

Datadepo\Api\Structures\AbstractStructure::__construct()
public string
# getJson( )

Returns

string

Overrides

Datadepo\Api\Structures\AbstractStructure::getJson()
public string
# getPrimary( )

Returns

string

Overrides

Datadepo\Api\Structures\AbstractStructure::getPrimary()
public string
# getInId( )

Primary key for bank account

Primary key for bank account

Returns

string
public string
# getName( )

Returns

string
public string
# getAccountNumberPrefix( )

Returns

string
public string
# getAccountNumber( )

Returns

string
public string
# getAccountNumberPostfix( )

Returns

string
public string
# getAccountNumberFull( )

Returns

string
Methods inherited from Datadepo\Api\Structures\AbstractStructure
__get(), getChecksum(), getData()
Properties summary
protected integer $inId
#
Properties inherited from Datadepo\Api\Structures\AbstractStructure
$data, $json
Magic properties summary
public read-only integer $primary
public read-only integer $inId
public read-only string $name
public read-only string $accountNumberPrefix
public read-only string $accountNumber
public read-only string $accountNumberPostfix
public read-only string $accountNumberFull
Magic properties inherited from Datadepo\Api\Structures\AbstractStructure
$checksum, $data, $json
API documentation generated by ApiGen