Please I have this class in angular and have subscribed to an HttpResponse
which returns the fields in my class plus extra fields I have not declared.
Please how can I avoid those extra fields. Below is my class. Thank you!
export class BatchTransactionForReport {
recipient_bank_sort_code: string;
recipient_bank_account_number: string;
bank_account_verified: boolean;
bank_refid: string;
bank_status: string;
bank_status_description: string;
transaction_status: string;
transaction_status_description: string;
upload_date: string;
last_update: string;
verification_response: string;
amount: string;
narration: string;
recipient_bank_name: string;
}
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
To view this discussion on the web visit
https://groups.google.com/d/msgid/angular/dab8e022-fb3a-4014-8986-14e8fd3c9134%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.