Files
yookassa-sdk-php/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md

20 KiB

YooKassa API SDK

Class: \YooKassa\Request\Payments\PaymentOrderData\PaymentOrderRecipientBankUtilities

Namespace: \YooKassa\Request\Payments\PaymentOrderData


Summary:

Класс, представляющий модель PaymentOrderRecipientBank.


Constants

  • No constants found

Properties

Visibility Name Flag Summary
public $account Счет получателя в банке.
public $bic БИК банка получателя.
public $correspondent_account Корреспондентский счет банка получателя.
public $correspondentAccount Корреспондентский счет банка получателя.
public $name Название банка получателя. Максимум 45 символов.

Methods

Visibility Name Flag Summary
public __construct() AbstractObject constructor.
public __get() Возвращает значение свойства.
public __isset() Проверяет наличие свойства.
public __set() Устанавливает значение свойства.
public __unset() Удаляет свойство.
public fromArray() Устанавливает значения свойств текущего объекта из массива.
public getAccount() Возвращает account.
public getBic() Возвращает bic.
public getCorrespondentAccount() Возвращает correspondent_account.
public getName() Возвращает name.
public getValidator()
public jsonSerialize() Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.
public offsetExists() Проверяет наличие свойства.
public offsetGet() Возвращает значение свойства.
public offsetSet() Устанавливает значение свойства.
public offsetUnset() Удаляет свойство.
public setAccount() Устанавливает account.
public setBic() Устанавливает bic.
public setCorrespondentAccount() Устанавливает correspondent_account.
public setName() Устанавливает name.
public toArray() Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize().
protected getUnknownProperties() Возвращает массив свойств которые не существуют, но были заданы у объекта.
protected validatePropertyValue()

Details


Tags

Tag Version Description
category Class
author cms@yoomoney.ru

Properties

public $account : string


Description

Счет получателя в банке.

Type: string

Details:

public $bic : string


Description

БИК банка получателя.

Type: string

Details:

public $correspondent_account : string


Description

Корреспондентский счет банка получателя.

Type: string

Details:

public $correspondentAccount : string


Description

Корреспондентский счет банка получателя.

Type: string

Details:

public $name : string


Description

Название банка получателя. Максимум 45 символов.

Type: string

Details:


Methods

public __construct() : mixed

public __construct(array|null $data = []) : mixed

Summary

AbstractObject constructor.

Details:

Parameters:
Type Name Description
array OR null data

Returns: mixed -

public __get() : mixed

public __get(string $propertyName) : mixed

Summary

Возвращает значение свойства.

Details:

Parameters:
Type Name Description
string propertyName Имя свойства

Returns: mixed - Значение свойства

public __isset() : bool

public __isset(string $propertyName) : bool

Summary

Проверяет наличие свойства.

Details:

Parameters:
Type Name Description
string propertyName Имя проверяемого свойства

Returns: bool - True если свойство имеется, false если нет

public __set() : void

public __set(string $propertyName, mixed $value) : void

Summary

Устанавливает значение свойства.

Details:

Parameters:
Type Name Description
string propertyName Имя свойства
mixed value Значение свойства

Returns: void -

public __unset() : void

public __unset(string $propertyName) : void

Summary

Удаляет свойство.

Details:

Parameters:
Type Name Description
string propertyName Имя удаляемого свойства

Returns: void -

public fromArray() : void

public fromArray(array|\Traversable $sourceArray) : void

Summary

Устанавливает значения свойств текущего объекта из массива.

Details:

Parameters:
Type Name Description
array OR \Traversable sourceArray Ассоциативный массив с настройками

Returns: void -

public getAccount() : string|null

public getAccount() : string|null

Summary

Возвращает account.

Details:

Returns: string|null -

public getBic() : string|null

public getBic() : string|null

Summary

Возвращает bic.

Details:

Returns: string|null -

public getCorrespondentAccount() : string|null

public getCorrespondentAccount() : string|null

Summary

Возвращает correspondent_account.

Details:

Returns: string|null -

public getName() : string|null

public getName() : string|null

Summary

Возвращает name.

Details:

Returns: string|null -

public getValidator() : \YooKassa\Validator\Validator

public getValidator() : \YooKassa\Validator\Validator

Details:

Returns: \YooKassa\Validator\Validator -

public jsonSerialize() : array

public jsonSerialize() : array

Summary

Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.

Details:

Returns: array - Ассоциативный массив со свойствами текущего объекта

public offsetExists() : bool

public offsetExists(string $offset) : bool

Summary

Проверяет наличие свойства.

Details:

Parameters:
Type Name Description
string offset Имя проверяемого свойства

Returns: bool - True если свойство имеется, false если нет

public offsetGet() : mixed

public offsetGet(string $offset) : mixed

Summary

Возвращает значение свойства.

Details:

Parameters:
Type Name Description
string offset Имя свойства

Returns: mixed - Значение свойства

public offsetSet() : void

public offsetSet(string $offset, mixed $value) : void

Summary

Устанавливает значение свойства.

Details:

Parameters:
Type Name Description
string offset Имя свойства
mixed value Значение свойства

Returns: void -

public offsetUnset() : void

public offsetUnset(string $offset) : void

Summary

Удаляет свойство.

Details:

Parameters:
Type Name Description
string offset Имя удаляемого свойства

Returns: void -

public setAccount() : self

public setAccount(string|null $account = null) : self

Summary

Устанавливает account.

Details:

Parameters:
Type Name Description
string OR null account Счет получателя в банке.

Returns: self -

public setBic() : self

public setBic(string|null $bic = null) : self

Summary

Устанавливает bic.

Details:

Parameters:
Type Name Description
string OR null bic БИК банка получателя.

Returns: self -

public setCorrespondentAccount() : self

public setCorrespondentAccount(string|null $correspondent_account = null) : self

Summary

Устанавливает correspondent_account.

Details:

Parameters:
Type Name Description
string OR null correspondent_account Корреспондентский счет банка получателя.

Returns: self -

public setName() : self

public setName(string|null $name = null) : self

Summary

Устанавливает name.

Details:

Parameters:
Type Name Description
string OR null name Название банка получателя. Максимум 45 символов.

Returns: self -

public toArray() : array

public toArray() : array

Summary

Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize().

Details:

Returns: array - Ассоциативный массив со свойствами текущего объекта

protected getUnknownProperties() : array

protected getUnknownProperties() : array

Summary

Возвращает массив свойств которые не существуют, но были заданы у объекта.

Details:

Returns: array - Ассоциативный массив с не существующими у текущего объекта свойствами

protected validatePropertyValue() : mixed

protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mixed

Details:

Parameters:
Type Name Description
string propertyName
mixed propertyValue

Returns: mixed -


Top Namespaces


Reports


This document was automatically generated from source code comments on 2026-08-13 using phpDocumentor

© 2026 YooMoney