{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentProfile", "title": "PaymentProfile", "type": "object", "properties": { "identifier": { "$ref": "#/components/schemas/PaymentIdentifier" }, "address": { "type": "array", "description": "The address of the lender to which the monthly payments or the loan payoff amount should be paid.
Additional Details:The address field applies only to the student loan account type.
Account Type: Aggregated
Applicable containers: loan
Endpoints:
", "items": { "$ref": "#/components/schemas/AccountAddress" } }, "paymentBankTransferCode": { "$ref": "#/components/schemas/PaymentBankTransferCode" } } }